Skip to main content

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

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

Declaration

bool AddExtension { get; set; }

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