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

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

NuGet Package: DevExpress.Data

Declaration

public int CurrentCursorPosition { get; }

Property Value

Type Description
Int32

The zero-based cursor position.

See Also