ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotGrid Class / OnClientItemsSourceChanged Property

In This Topic
    OnClientItemsSourceChanged Property (PivotGrid)
    In This Topic
    Occurs after the grid has been bound to a new items source.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientItemsSourceChanged As String
    public virtual string OnClientItemsSourceChanged {get; set;}
    See Also