CustomTextMaskInputArgs.CurrentTail Property
Returns the current editor text that follows the cursor position or selected text.
Namespace: DevExpress.Data.Mask
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
| Type | Description |
|---|---|
| String | The current editor text that follows the cursor position or selected text. |
Remarks
The image below illustrates the return values of Head and Tail properties in different scenarios.

You can pass new Head and Tail values into the SetResult(String, String) method to set up the final editor text.
See Also