Skip to main content
A newer version of this page is available. .

LookUpEditSearchHighlightEventArgs.GetHighlighter() Method

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public Func<string, string, DisplayTextHighlightRange[]> GetHighlighter()

Returns

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

 

See Also