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