FileDialogBase.DefaultExt Property
In This Article
Gets or sets the default file extension (without the dot character). This property is identical to the standard FileDialog.DefaultExt property.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraDialogs.v24.2.dll
NuGet Packages: DevExpress.Win.Dialogs, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
The default file extension. |
See Also