Back to Devexpress

LookUpEditSearchHighlightEventArgs Methods

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-lookupeditsearchhighlighteventargs-dot-underscore-methods.md

latest7.2 KB
Original Source

LookUpEditSearchHighlightEventArgs Methods

A base class for the AutoSearch and AutoSuggest event parameters.

NameDescription
ClearHighlight()Removes any active highlight pattern from lookup items.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetHighlighter()This member supports internal infrastucture and is not intended to be used in code.
GetType()Gets the Type of the current instance. Inherited from Object.
HighlightAny(CompareOptions)Highlights any part of a record that matches the text entered by a user.
HighlightAny(String, CompareOptions)Highlights any part of a record that matches the given text.
HighlightAny(String, String, CompareOptions)Highlights any part of a record that belongs to the specific data field and matches the given text.
HighlightAny(String[], String, CompareOptions)Highlights any part of a record that belongs to certain data fields and matches the given text.
HighlightFirst(CompareOptions)In every data field value, selects the first found text portion that matches the user text.
HighlightFirst(String, CompareOptions)In every data field value, selects the first found text sequence if it matches the user text.
HighlightFirst(String, String, CompareOptions)Selects the first found text sequence if it matches the user text and belongs to the specific data field.
HighlightFirst(String[], String, CompareOptions)Selects the first found text portion that matches the user text and belongs to any of the given data fields.
HighlightFromStart(CompareOptions)If a record starts with the user text, this text portion is highlighted.
HighlightFromStart(String, CompareOptions)If a record starts with the given text, this text portion is higlighted.
HighlightFromStart(String, String, 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)If record belongs to any of the given data fields and starts with the specific text, this text portion is higlighted.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SetHighlightRange(Func<String, Nullable<DisplayTextHighlightRange>>)Sets a specific highlight range.
SetHighlightRange(Func<String, String, Nullable<DisplayTextHighlightRange>>)Sets a specific highlight range.
SetHighlightRanges(Func<String, String, DisplayTextHighlightRange[]>)Sets specific highlight ranges.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

LookUpEditSearchHighlightEventArgs Class

LookUpEditSearchHighlightEventArgs Members

DevExpress.XtraEditors.Controls Namespace