Skip to main content
A newer version of this page is available. .
All docs
V22.2

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.v22.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ValidateNames { get; set; }

Property Value

Type Description
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