ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Expander Namespace / C1ExpanderExtender Class / Expanded Property

In This Topic
    Expanded Property
    In This Topic
    Determines the visibility state of the content panel. If true, the content element is visible.
    Syntax
    'Declaration
     
    Public Property Expanded As System.Boolean
    public System.bool Expanded {get; set;}
    See Also