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

In This Topic
    GroupCollapsedChanged Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientGroupCollapsedChanged client event. Occurs after a group has been expanded or collapsed.
    Syntax
    'Declaration
     
    Public Overridable Property GroupCollapsedChanged As String
    public virtual string GroupCollapsedChanged {get; set;}
    See Also