Back to Devexpress

CustomMaskEventArgs.CurrentSelectedText Property

wpf-devexpress-dot-xpf-dot-editors-dot-custommaskeventargs-5532a2de.md

latest1.6 KB
Original Source

CustomMaskEventArgs.CurrentSelectedText Property

Gets the editor’s selected text.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string CurrentSelectedText { get; }
vb
Public ReadOnly Property CurrentSelectedText As String

Property Value

TypeDescription
String

The editor’s selected text.

|

Remarks

The following image shows values of the CurrentSelectedText, CurrentSelectionStart, CurrentSelectionEnd, and CurrentSelectionAnchor properties:

See Also

IsSelection

CustomMaskEventArgs Class

CustomMaskEventArgs Members

DevExpress.Xpf.Editors Namespace