LookUpEditSearchHighlightEventArgs.HighlightFirst Method
Name | Parameters | Description |
---|---|---|
Highlight |
compare |
In every data field value, selects the first found text portion that matches the user text. |
Highlight |
text, compare |
In every data field value, selects the first found text sequence if it matches the user text. |
Highlight |
field |
Selects the first found text sequence if it matches the user text and belongs to the specific data field. |
Highlight |
field |
Selects the first found text portion that matches the user text and belongs to any of the given data fields. |