Back to Devexpress

LookUpEditSearchHighlightEventArgs.HighlightFromStart Method

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

latest1.4 KB
Original Source

LookUpEditSearchHighlightEventArgs.HighlightFromStart Method

NameParametersDescription
HighlightFromStart(CompareOptions)compareOptionsIf a record starts with the user text, this text portion is highlighted.
HighlightFromStart(String, CompareOptions)text, compareOptionsIf a record starts with the given text, this text portion is higlighted.
HighlightFromStart(String, String, CompareOptions)fieldName, text, compareOptionsIf 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, compareOptionsIf record belongs to any of the given data fields and starts with the specific text, this text portion is higlighted.