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

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