Back to Devexpress

CustomMaskEventArgs.CurrentHead Property

wpf-devexpress-dot-xpf-dot-editors-dot-custommaskeventargs-0e1b0f8c.md

latest1.5 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
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

CurrentCursorPosition

CurrentTail

CustomMaskEventArgs Class

CustomMaskEventArgs Members

DevExpress.Xpf.Editors Namespace