Skip to main content

DXFileDialog.ValidateNames Property

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

Namespace: DevExpress.Xpf.Dialogs

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

NuGet Package: 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