[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.FlexGridSearchTagHelper

FlexGridSearchTagHelper Class

ITagHelper implementation for FlexGridSearch.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-flex-grid-search")]
public class FlexGridSearchTagHelper : ControlTagHelper<FlexGridSearch>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
FlexGridSearchTagHelper()

Properties

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.

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.