TreeListSearchPanelBuilder Methods
Provides methods that allow you to configure nested options of the client-side searchPanel object.Name | Description |
---|---|
Equals(Object, Object) static | Determines 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. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
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. Inherited from 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. Inherited from Object. |
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. Inherited from 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) |
See Also