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

    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