Skip to main content
All docs
V25.1
  • MaskManager.CursorToDisplayPosition(Int32, Boolean) Method

    Namespace: DevExpress.Data.Mask

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public abstract bool CursorToDisplayPosition(
        int newPosition,
        bool forceSelection
    )

    Parameters

    Name Type
    newPosition Int32
    forceSelection Boolean

    Returns

    Type
    Boolean
    See Also