Skip to main content
All docs
V23.2

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.v23.2.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