ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / Cell Class / IsCollapsed Property

In This Topic
    IsCollapsed Property (Cell)
    In This Topic
    Gets or sets whether column group is collapse.
    Syntax
    'Declaration
     
    Public Property IsCollapsed As Boolean
    public bool IsCollapsed {get; set;}
    See Also