[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.TagHelpers.PivotPanelTagHelper

PivotPanelTagHelper Class

ITagHelper implementation for PivotPanel.

Namespace: C1.Web.Mvc.Olap.TagHelpers
Assembly: C1.AspNetCore.Mvc.Olap.dll
Syntax
[HtmlTargetElement("c1-pivot-panel")]
[RestrictChildren("c1-items-source", new string[] { "c1-odata-source", "c1-odata-virtual-source", "c1-pivot-engine", "c1-pivot-field-collection", "c1-view-field-collection" })]
public class PivotPanelTagHelper : ControlTagHelper<PivotPanel>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
PivotPanelTagHelper()

Properties

Name Description
DeferredUpdate

Configurates DeferredUpdate. Sets a value that determines whether engine is in deferred update state or not.

ItemsSourceChanged

Configurates the OnClientItemsSourceChanged client event. Occurs after the items source changes.

ItemsSourceId

Configurates ItemsSourceId. Sets the id of the PivotEngine service or the C1.Web.Mvc.CollectionViewService<T> service being controlled by this PivotPanel.

RestrictDragging

Configurates RestrictDragging. Sets a value that determines whether the panel should restrict drag operations based on field types.

ShowFieldIcons

Configurates ShowFieldIcons. Gets or sets a value that determines whether the main field list should include icons indicating whether fields are measure or dimension fields.

UpdatedView

Configurates the OnClientUpdatedView client event. Occurs after the engine has finished updating the output pivot view list.

UpdatingView

Configurates the OnClientUpdatingView client event. Occurs when the engine starts updating the output pivot view list.

ViewDefinition

Configurates ViewDefinition. Sets the current pivot view definition as a JSON string.

ViewDefinitionChanged

Configurates the OnClientViewDefinitionChanged client event. Occurs after the view definition changes.