[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.TagHelpers.SlicerTagHelper

SlicerTagHelper Class

ITagHelper implementation for Slicer.

Namespace: C1.Web.Mvc.Olap.TagHelpers
Assembly: C1.AspNetCore.Mvc.Olap.dll
Syntax
[HtmlTargetElement("c1-slicer")]
public class SlicerTagHelper : ControlTagHelper<Slicer>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
SlicerTagHelper()

Properties

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.