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

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