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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Int32 | The zero-based cursor position. |
See Also