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

    Gets the editor’s selected text.

    Namespace: DevExpress.Xpf.Editors

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public string CurrentSelectedText { get; }

    Property Value

    Type Description
    String

    The editor’s selected text.

    Remarks

    The following image shows values of the CurrentSelectedText, CurrentSelectionStart, CurrentSelectionEnd, and CurrentSelectionAnchor properties:

    CustomMask Event - Text Selection

    See Also