Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

bool SupportMultiDottedExtensions { get; set; }

Property Value

Type Description
Boolean

true, if the dialog box supports multiple file name extensions; otherwise, false. The default is false.

See Also