LookUpEditSearchHighlightEventArgs.GetHighlighter() Method
In This Article
This member supports internal infrastucture and is not intended to be used in code.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.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. |
|
See Also