Skip to main content
All docs
V23.2

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string CurrentTail { get; }

Property Value

Type Description
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:

CustomMask Event - Head Tail

See Also