Skip to main content
All docs
V25.1
  • CustomMaskEventArgs.IsCanceled Property

    Gets whether the user action does not lead to the editor value change.

    Namespace: DevExpress.Xpf.Editors

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public bool IsCanceled { get; }

    Property Value

    Type Description
    Boolean

    true if the user action does not lead to the editor value change; otherwise, false.

    See Also