IFileDialogServiceBase.AddExtension Property
Gets or sets a value indicating whether the dialog box automatically adds an extension to the file name if the user omits it.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the dialog box adds an extension to the file name; otherwise, false. The default is true. |
See Also