Back to Devexpress

CustomMaskEventArgs.IsSelection Property

wpf-devexpress-dot-xpf-dot-editors-dot-custommaskeventargs-19e6d6e0.md

latest1.3 KB
Original Source

CustomMaskEventArgs.IsSelection Property

Gets whether the editor contains selected text.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsSelection { get; }
vb
Public ReadOnly Property IsSelection As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

CurrentSelectedText

CurrentSelectionStart

CurrentSelectionEnd

CustomMaskEventArgs Class

CustomMaskEventArgs Members

DevExpress.Xpf.Editors Namespace