IFileDialogServiceBase.SupportMultiDottedExtensions Property
Gets or sets a value whether the dialog box displays and saves files that have multiple file name extensions.
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 supports multiple file name extensions; otherwise, false. The default is false. |
See Also