[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ColumnFilterTagHelper

ColumnFilterTagHelper Class

ITagHelper implementation for ColumnFilter.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[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

Constructors

Name Description
ColumnFilterTagHelper()

Properties

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.