ASP.NET MVC Controls | ComponentOne
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
     
    
    <DefaultValueAttribute(False)>
    Public Property Collapsed As Boolean
    [DefaultValue(false)]
    public bool Collapsed {get; set;}
    See Also