[]
Defines a builder to configurate Slicer.
public class SlicerBuilder : ControlBuilder<Slicer, SlicerBuilder>, IHtmlString
Name | Description |
---|---|
SlicerBuilder(Slicer) | Creates one SlicerBuilder instance to configurate |
Name | Description |
---|---|
Field(string) | Configurates Field. Sets the @see:PivotField being filtered by this @see:Slicer. |
Header(string) | Configurates Header. Sets the header string shown at the top of the @see:Slicer. |
MultiSelect(bool) | Configurates MultiSelect. Sets a value that determines whether users should be allowed to select multiple values from the list. |
PivotEngineId(string) | Configurates PivotEngineId. The Id of PivotEngine |
ShowCheckboxes(bool) | Configurates ShowCheckboxes. Sets a value indicating whether the control displays checkboxes next to each item. |
ShowHeader(bool) | Configurates ShowHeader. Sets a value indicating whether the control displays the header area with the header string and multi-select/clear buttons. |