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

In This Topic
    ItemsSourceChanged Property (PivotPanelTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Olap.PivotPanel.OnClientItemsSourceChanged client event. Occurs after the items source changes.
    Syntax
    'Declaration
     
    Public Property ItemsSourceChanged As String
    public string ItemsSourceChanged {get; set;}
    See Also