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.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the dialog box accepts only valid Win32 file names; otherwise, false. The default is true. |
See Also