Skip to main content
All docs
V23.2

CustomMaskEventArgs.SetResult(String, String) Method

Sets the editor text and cursor position.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public void SetResult(
    string newHead,
    string newTail
)

Parameters

Name Type Description
newHead String

Text that precedes the cursor (caret).

newTail String

Text that follows the cursor (caret).

See Also