DefaultExt Property

Summary
Gets or sets the default file name extension.
Syntax
C#
VB
C++
public string DefaultExt { get; set; } 
  
Public Property DefaultExt As String 
public: 
property String^ DefaultExt { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

The default file name extension.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.