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

In This Topic
    GroupCollapsedChanging Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientGroupCollapsedChanging client event. Occurs when a group is about to be expanded or collapsed.
    Syntax
    'Declaration
     
    Public Overridable Property GroupCollapsedChanging As String
    public virtual string GroupCollapsedChanging {get; set;}
    See Also