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

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