Skip to main content
All docs
V23.2

CustomTextMaskInputArgs.CurrentCursorPosition Property

Returns the zero-based cursor position. To obtain text blocks before and after this position, use the CurrentHead and CurrentTail properties.

Namespace: DevExpress.Data.Mask

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public int CurrentCursorPosition { get; }

Property Value

Type Description
Int32

The zero-based cursor position.

See Also