Back to Devexpress

LookUpEditSearchHighlightEventArgs.HighlightAny Method

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

latest1.3 KB
Original Source

LookUpEditSearchHighlightEventArgs.HighlightAny Method

NameParametersDescription
HighlightAny(CompareOptions)compareOptionsHighlights any part of a record that matches the text entered by a user.
HighlightAny(String, CompareOptions)text, compareOptionsHighlights any part of a record that matches the given text.
HighlightAny(String, String, CompareOptions)fieldName, text, compareOptionsHighlights any part of a record that belongs to the specific data field and matches the given text.
HighlightAny(String[], String, CompareOptions)fieldNames, text, compareOptionsHighlights any part of a record that belongs to certain data fields and matches the given text.