[]
Defines a builder to configurate FlexGridSearch.
public class FlexGridSearchBuilder : ControlBuilder<FlexGridSearch, FlexGridSearchBuilder>, IHtmlString
Name | Description |
---|---|
FlexGridSearchBuilder(FlexGridSearch) | Creates one FlexGridSearchBuilder instance to configurate |
Name | Description |
---|---|
CssMatch(string) | Configurates CssMatch. Sets the name of the CSS class used to highlight any parts of the content that match the search terms. |
Delay(int) | Configurates Delay. Sets the delay, in milliseconds, between when a keystroke occurs and when the search is performed. |
Grid(string) | Configurates Grid. Sets the FlexGrid that is connected to this FlexGridSearch. |
Placeholder(string) | Configurates Placeholder. Sets the string shown as a hint when the control is empty. |
SearchAllColumns(bool) | Configurates SearchAllColumns. Sets a value that determines whether invisible columns should be included in the search. |
Text(string) | Configurates Text. Sets the text to search for. The text may include multiple terms, separated by spaces. |