Skip to main content
All docs
V25.1
  • LookUpEditSearchHighlightEventArgs.GetHighlighter() Method

    This member supports internal infrastucture and is not intended to be used in code.

    Namespace: DevExpress.XtraEditors.Controls

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public Func<string, string, DisplayTextHighlightRange[]> GetHighlighter()

    Returns

    Type Description
    Func<String, String, DevExpress.Data.DisplayTextHighlightRange[]>

     

    See Also