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

In This Topic
    ItemsSourceChanging Property (TransposedGridTagHelper)
    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