DXFileDialog.ValidateNames Property
Gets or sets whether the dialog box accepts only valid Win32 file names.
Namespace: DevExpress.Xpf.Dialogs
Assembly: DevExpress.Xpf.Dialogs.v24.1.dll
NuGet Package: DevExpress.Wpf.Dialogs
Declaration
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