Back to Devexpress

DXFileDialog.ValidateNames Property

wpf-devexpress-dot-xpf-dot-dialogs-dot-dxfiledialog-8b3b514b.md

latest1.2 KB
Original Source

DXFileDialog.ValidateNames Property

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

Namespace : DevExpress.Xpf.Dialogs

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

NuGet Package : DevExpress.Wpf.Dialogs

Declaration

csharp
public bool ValidateNames { get; set; }
vb
Public Property ValidateNames As Boolean

Property Value

TypeDescription
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

DXFileDialog Class

DXFileDialog Members

DevExpress.Xpf.Dialogs Namespace