ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotPanelTagHelper Class / ItemsSourceId Property

In This Topic
    ItemsSourceId Property (PivotPanelTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotPanel.ItemsSourceId. Sets the id of the C1.Web.Mvc.Olap.PivotEngine service or the C1.Web.Mvc.CollectionViewService<T> service being controlled by this C1.Web.Mvc.Olap.PivotPanel.
    Syntax
    'Declaration
     
    Public Property ItemsSourceId As String
    public string ItemsSourceId {get; set;}
    See Also