Skip to main content
A newer version of this page is available. .
All docs
V22.2

CustomMaskEventArgs.SetResult(String, String) Method

Sets the editor text and cursor position.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v22.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