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

In This Topic
    GroupCollapsedChanging Property (TransposedGridTagHelper)
    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