ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / IsCollapsed Property

In This Topic
    IsCollapsed Property (TransposedGridRowBase)
    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