LookUpEditSearchHighlightEventArgs.SetHighlightRange(Func<String, Nullable<DisplayTextHighlightRange>>) Method
In This Article
Sets a specific highlight range.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void SetHighlightRange(
Func<string, DisplayTextHighlightRange?> getRangeFromDisplayText
)
#Parameters
Name | Type | Description |
---|---|---|
get |
Func<String, Nullable<DevExpress. |
A function that must return a highlight range. A highlight range is a structure that contains the first hightlighted char position, and the length of highlighted charecters’ sequence. |
See Also