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

DXFileDialog.ValidateNames Property

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

Namespace: DevExpress.Xpf.Dialogs

Assembly: DevExpress.Xpf.Dialogs.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dialogs, DevExpress.Wpf.Dialogs

Declaration

public bool ValidateNames { get; set; }

Property Value

Type Description
Boolean

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

Remarks

If the edit control contains anything but spaces when the user clicks OK, the dialog box returns the file name, whether it is valid or not. No default extension is added to the text.

See Also