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

In This Topic
    IsCollapsed Property (TransposedGridRowTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.IsCollapsed. Sets whether column group is collapse.
    Syntax
    'Declaration
     
    Public Property IsCollapsed As Boolean
    public bool IsCollapsed {get; set;}
    See Also