[]
ITagHelper implementation for FlexGridSearch.
[HtmlTargetElement("c1-flex-grid-search")]
public class FlexGridSearchTagHelper : ControlTagHelper<FlexGridSearch>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
<HtmlTargetElement("c1-flex-grid-search")>
Public Class FlexGridSearchTagHelper
Inherits ControlTagHelper(Of FlexGridSearch)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| FlexGridSearchTagHelper() |
| Name | Description |
|---|---|
| CssMatch | Configurates CssMatch. Sets the name of the CSS class used to highlight any parts of the content that match the search terms. |
| Delay | Configurates Delay. Sets the delay, in milliseconds, between when a keystroke occurs and when the search is performed. |
| Grid | Configurates Grid. Sets the FlexGrid that is connected to this FlexGridSearch. |
| IsSubmitOnChange | Configurates IsSubmitOnChange. Sets the property to determine whether to submit the value in the OnChange event of the input |
| Placeholder | Configurates Placeholder. Sets the string shown as a hint when the control is empty. |
| SearchAllColumns | Configurates SearchAllColumns. Sets a value that determines whether invisible columns should be included in the search. |
| Text | Configurates Text. Sets the text to search for. The text may include multiple terms, separated by spaces. |