Skip to main content
All docs
V23.2

CustomMaskEventArgs.IsSelection Property

Gets whether the editor contains selected text.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool IsSelection { get; }

Property Value

Type Description
Boolean

true if the editor contains selected text; otherwise, false.

See Also