Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LookUpEditSearchHighlightEventArgs.HighlightFirst Method

Name Parameters Description
HighlightFirst(CompareOptions) compareOptions In every data field value, selects the first found text portion that matches the user text.
HighlightFirst(String, CompareOptions) text, compareOptions In every data field value, selects the first found text sequence if it matches the user text.
HighlightFirst(String, String, CompareOptions) fieldName, text, compareOptions Selects the first found text sequence if it matches the user text and belongs to the specific data field.
HighlightFirst(String[], String, CompareOptions) fieldNames, text, compareOptions Selects the first found text portion that matches the user text and belongs to any of the given data fields.