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.HighlightFromStart Method

Name Parameters Description
HighlightFromStart(CompareOptions) compareOptions If a record starts with the user text, this text portion is highlighted.
HighlightFromStart(String, CompareOptions) text, compareOptions If a record starts with the given text, this text portion is higlighted.
HighlightFromStart(String, String, CompareOptions) fieldName, text, compareOptions If a record belongs to the given data field and starts with the specific text, this text portion is highlighted.
HighlightFromStart(String[], String, CompareOptions) fieldNames, text, compareOptions If record belongs to any of the given data fields and starts with the specific text, this text portion is higlighted.