Skip to main content
All docs
V25.1
  • CustomTextMaskInputArgs.IsSelection Property

    Returns whether a portion of the current editor text is selected (the CurrentSelectedText property is not String.Empty).

    Namespace: DevExpress.Data.Mask

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public bool IsSelection { get; }

    Property Value

    Type Description
    Boolean

    true if a portion of the current editor text is selected; otherwise, false.

    See Also