Skip to main content
All docs
V25.1
  • 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.1.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