Back to Devexpress

CustomMaskEventArgs.CurrentTail Property

wpf-devexpress-dot-xpf-dot-editors-dot-custommaskeventargs-df19420c.md

latest1.5 KB
Original Source

CustomMaskEventArgs.CurrentTail Property

Gets the editor’s text that follows 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 CurrentTail { get; }
vb
Public ReadOnly Property CurrentTail As String

Property Value

TypeDescription
String

The editor’s text that follows the cursor (caret) position or selected text.

|

Remarks

The following image shows values of the CurrentHead and CurrentTail properties:

See Also

CurrentHead

CurrentCursorPosition

CustomMaskEventArgs Class

CustomMaskEventArgs Members

DevExpress.Xpf.Editors Namespace