Skip to main content
All docs
V24.1

CustomTextMaskInputArgs.ResultCursorPosition Property

Returns the final position of a caret (cursor) if a user edit is accepted. The current caret position (before a user edit) is stored in the CurrentCursorPosition property.

Namespace: DevExpress.Data.Mask

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public int ResultCursorPosition { get; }

Property Value

Type Description
Int32

The final position of a caret (cursor) if a user edit is accepted.

See Also