ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / Row Class / Collapsed Property

In This Topic
    Collapsed Property
    In This Topic
    Gets or sets a value indicating if the rows 1 level of outlining deeper than the current row are in the collapsed outline state.
    Syntax
    'Declaration
     
    Public Property Collapsed As Boolean
    public bool Collapsed {get; set;}
    See Also