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

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.v22.1.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