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

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