Skip to main content
All docs
V23.2

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.v23.2.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