[]
ITagHelper implementation for PivotFilter.
[HtmlTargetElement("c1-pivot-filter")]
[RestrictChildren("c1-flex-grid-value-filter", new string[] { })]
public class PivotFilterTagHelper : SettingTagHelper<PivotFilter>, ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| PivotFilterTagHelper() |
| Name | Description |
|---|---|
| C1Property | Overrides to fix the property name to be "Filter" and remove this attribute in the tag. |
| CollectionName | Gets the collection name. |
| FilterType | Configurates FilterType. Sets the types of filtering provided by this filter. When binding the service, only FilterType.Condition and FilterType.None are supported. When FilterType.Both is set, it works as FilterType.Condition. When FilterType.Value is set, it works as FilterType.None. |
| ValueFilter | Configurates ValueFilter. Sets the value filter setting. It is NOT supported when binding the service. |