[]
ITagHelper implementation for Slicer.
[HtmlTargetElement("c1-slicer")]
public class SlicerTagHelper : ControlTagHelper<Slicer>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| SlicerTagHelper() |
| Name | Description |
|---|---|
| Field | Configurates Field. Sets the @see:PivotField being filtered by this @see:Slicer. |
| Header | Configurates Header. Sets the header string shown at the top of the @see:Slicer. |
| MultiSelect | Configurates MultiSelect. Sets a value that determines whether users should be allowed to select multiple values from the list. |
| PivotEngineId | Configurates PivotEngineId. The Id of PivotEngine |
| ShowCheckboxes | Configurates ShowCheckboxes. Sets a value indicating whether the control displays checkboxes next to each item. |
| ShowHeader | Configurates ShowHeader. Sets a value indicating whether the control displays the header area with the header string and multi-select/clear buttons. |