[]
ITagHelper implementation for ColumnFilter.
[HtmlTargetElement("c1-flex-grid-column-filter")]
[RestrictChildren("c1-flex-grid-value-filter", new string[] { })]
public class ColumnFilterTagHelper : SettingTagHelper<ColumnFilter>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-flex-grid-column-filter")>
<RestrictChildren("c1-flex-grid-value-filter", New String() { })>
Public Class ColumnFilterTagHelper
Inherits SettingTagHelper(Of ColumnFilter)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| ColumnFilterTagHelper() |
| Name | Description |
|---|---|
| AriaLabel | Configurates AriaLabel. Sets the aria-label attribute of "ColumnFilterEditor" host element. |
| C1Property | Gets or sets the property name which the taghelper is related to. |
| CollectionName | Gets the collection name. |
| Column | Configurates Column. Sets a string value which indicates the name or the binding of the column. |
| FilterMode | Configurates FilterMode. Sets the mode of filtering provided by this filter. |
| FilterType | Configurates FilterType. Sets the types of filtering provided by this filter. |