Skip to main content
All docs
V23.2

CustomTextMaskInputArgs.IsCanceled Property

Returns whether an editor dicards a user action. Editors discard user actions that lead to no changes (for example, a user selects a character and types the same character, or presses Backspace when no characters behind a caret are present).

Namespace: DevExpress.Data.Mask

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public bool IsCanceled { get; }

Property Value

Type Description
Boolean

true if a user action leads to no changes and is canceled (ignored); otherwise, false.

See Also