CustomMaskEventArgs.SetResult(String, String) Method
Sets the editor text and cursor position.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
newHead | String | Text that precedes the cursor (caret). |
newTail | String | Text that follows the cursor (caret). |
See Also