Skip to main content
A newer version of this page is available. .
All docs
V22.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.v22.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