Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

    public int CurrentCursorPosition { get; }

    Property Value

    Type Description
    Int32

    The zero-based cursor position.

    See Also