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

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