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

In This Topic
    ItemsSourceChanged Property (PivotGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientItemsSourceChanged client event. Occurs after the grid has been bound to a new items source.
    Syntax
    'Declaration
     
    Public Overridable Property ItemsSourceChanged As String
    public virtual string ItemsSourceChanged {get; set;}
    See Also