Skip to main content
A newer version of this page is available. .
All docs
V22.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.v22.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