Skip to main content
All docs
V23.2

CustomMaskEventArgs.CurrentSelectedText Property

Gets the editor’s selected text.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string CurrentSelectedText { get; }

Property Value

Type Description
String

The editor’s selected text.

Remarks

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

CustomMask Event - Text Selection

See Also