Back to Devexpress

DialogParameters.ValidateNames Property

wpf-devexpress-dot-xpf-dot-editors-dot-dialogparameters-2e493dd4.md

latest1.3 KB
Original Source

DialogParameters.ValidateNames Property

Gets or sets whether to display a warning when a user enters an invalid Win32 file name.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Boolean

true to display a warning when a user enters an invalid Win32 file name; otherwise, false.

|

Remarks

Refer to the following help topic for more information: ValidateNames.

See Also

DialogParameters Class

DialogParameters Members

DevExpress.Xpf.Editors Namespace