Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
HighlightCaseSensitive(JS)
|
Notifies the UI component whether search is case-sensitive to ensure that search results are highlighted correctly. Applies only if highlightSearchText is true. Mirrors the client-side highlightCaseSensitive option.
|
HighlightCaseSensitive(Boolean)
|
Notifies the UI component whether search is case-sensitive to ensure that search results are highlighted correctly. Applies only if highlightSearchText is true. Mirrors the client-side highlightCaseSensitive option.
|
HighlightSearchText(JS)
|
Specifies whether found substrings should be highlighted. Mirrors the client-side highlightSearchText option.
|
HighlightSearchText(Boolean)
|
Specifies whether found substrings should be highlighted. Mirrors the client-side highlightSearchText option.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Option(String, Object)
|
Specifies an option by its name.
|
Placeholder(JS)
|
Specifies a placeholder for the search panel. Mirrors the client-side placeholder option.
|
Placeholder(String)
|
Specifies a placeholder for the search panel. Mirrors the client-side placeholder option.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
SearchVisibleColumnsOnly(JS)
|
Specifies whether the UI component should search against all columns or only visible ones. Mirrors the client-side searchVisibleColumnsOnly option.
|
SearchVisibleColumnsOnly(Boolean)
|
Specifies whether the UI component should search against all columns or only visible ones. Mirrors the client-side searchVisibleColumnsOnly option.
|
Text(JS)
|
Sets a search string for the search panel. Mirrors the client-side text option.
|
Text(String)
|
Sets a search string for the search panel. Mirrors the client-side text option.
|
ToString()
|
Returns a string that represents the current object.
|
Visible(JS)
|
Specifies whether the search panel is visible or not. Mirrors the client-side visible option.
|
Visible(Boolean)
|
Specifies whether the search panel is visible or not. Mirrors the client-side visible option.
|
Width(JS)
|
Specifies the width of the search panel. Mirrors the client-side width option.
|
Width(Double)
|
Specifies the width of the search panel. Mirrors the client-side width option.
|
Width(String)
|
|