CustomMaskEventArgs.CurrentHead Property
Gets the editor’s text that precedes the cursor (caret) position or selected text.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| String | The editor’s text that precedes the cursor (caret) position or selected text. |
Remarks
The following image shows values of the CurrentHead and CurrentTail properties:

See Also