Skip to main content
All docs
V25.1
  • CustomMaskEventArgs.CurrentHead Property

    Gets the editor’s text that precedes the cursor (caret) position or selected text.

    Namespace: DevExpress.Xpf.Editors

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public string CurrentHead { get; }

    Property Value

    Type Description
    String

    The editor’s text that precedes the cursor (caret) position or selected text.

    Remarks

    The following image shows values of the CurrentHead and CurrentTail properties:

    CustomMask Event - Head Tail

    See Also