Back to Devexpress

CustomMaskEventArgs.SetResult(String, String) Method

wpf-devexpress-dot-xpf-dot-editors-dot-custommaskeventargs-dot-setresult-x28-system-dot-string-system-dot-string-x29.md

latest1.3 KB
Original Source

CustomMaskEventArgs.SetResult(String, String) Method

Sets the editor text and cursor position.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public void SetResult(
    string newHead,
    string newTail
)
vb
Public Sub SetResult(
    newHead As String,
    newTail As String
)

Parameters

NameTypeDescription
newHeadString

Text that precedes the cursor (caret).

| | newTail | String |

Text that follows the cursor (caret).

|

See Also

CustomMaskEventArgs Class

CustomMaskEventArgs Members

DevExpress.Xpf.Editors Namespace