Back to Devexpress

CustomMaskEventArgs.IsCanceled Property

wpf-devexpress-dot-xpf-dot-editors-dot-custommaskeventargs-7c49d75c.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsCanceled { get; }
vb
Public ReadOnly Property IsCanceled As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

CustomMaskEventArgs Class

CustomMaskEventArgs Members

DevExpress.Xpf.Editors Namespace