Skip to main content
A newer version of this page is available. .

IFileDialogServiceBase.ValidateNames Property

Gets or sets a value indicating whether the dialog box accepts only valid Win32 file names.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

bool ValidateNames { get; set; }

Property Value

Type Description
Boolean

true, if the dialog box accepts only valid Win32 file names; otherwise, false. The default is true.

See Also