Back to Devexpress

LookUpEditSearchHighlightEventArgs.HighlightFirst Method

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-lookupeditsearchhighlighteventargs-dot-highlightfirst.md

latest1.4 KB
Original Source

LookUpEditSearchHighlightEventArgs.HighlightFirst Method

NameParametersDescription
HighlightFirst(CompareOptions)compareOptionsIn every data field value, selects the first found text portion that matches the user text.
HighlightFirst(String, CompareOptions)text, compareOptionsIn every data field value, selects the first found text sequence if it matches the user text.
HighlightFirst(String, String, CompareOptions)fieldName, text, compareOptionsSelects the first found text sequence if it matches the user text and belongs to the specific data field.
HighlightFirst(String[], String, CompareOptions)fieldNames, text, compareOptionsSelects the first found text portion that matches the user text and belongs to any of the given data fields.