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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if a portion of the current editor text is selected; otherwise, false. |
See Also