Skip to main content
All docs
V25.1
  • CustomMaskEventArgs.SetResult(String, String) Method

    Sets the editor text and cursor position.

    Namespace: DevExpress.Xpf.Editors

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