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

    NuGet Package: DevExpress.Data

    Declaration

    public int CurrentCursorPosition { get; }

    Property Value

    Type Description
    Int32

    The zero-based cursor position.

    See Also