Skip to main content
All docs
V23.2

CustomTextMaskInputArgs.ActionType Property

Returns the action a user has performed: entered one or multiple characters (Insert), erased characters (Backspace or Delete), clicked a spin button (SpinUp, SpinDown). ActionType.Init is returned when a form is initialized, a custom mask is applied, or an editor gains or loses focus.

Namespace: DevExpress.Data.Mask

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public CustomTextMaskInputAction ActionType { get; }

Property Value

Type Description
DevExpress.Data.Mask.CustomTextMaskInputAction

Returns the type of user action.

See Also