ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Splitter Namespace / SplitterPanel Class / Collapsed Property

In This Topic
    Collapsed Property
    In This Topic
    Gets or sets a value determining whether splitter panel is collapsed or expanded.
    Syntax
    'Declaration
     
    Public Property Collapsed As System.Boolean
    public System.bool Collapsed {get; set;}
    See Also