Back to Devexpress

CustomMaskEventArgs.ActionType Property

wpf-devexpress-dot-xpf-dot-editors-dot-custommaskeventargs-15520391.md

latest1.5 KB
Original Source

CustomMaskEventArgs.ActionType Property

Gets the user action.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public CustomTextMaskInputAction ActionType { get; }
vb
Public ReadOnly Property ActionType As CustomTextMaskInputAction

Property Value

TypeDescription
DevExpress.Data.Mask.CustomTextMaskInputAction

The user action.

|

Remarks

The ActionType property returns the following values that allow you to process user actions:

InitThe editor is initialized or received focus.InsertA user enters a character or pastes text to the editor.DeleteA user presses the Delete key or cuts text from the editor.BackspaceA user presses the Backspace key.SpinUpA user clicks the SpinUp button, presses the UpArrow key, or scrolls the mouse wheel up.SpinDownA user clicks the SpinDown button, presses the DownArrow key, or scrolls the mouse wheel down. See Also

CustomMaskEventArgs Class

CustomMaskEventArgs Members

DevExpress.Xpf.Editors Namespace