WPF Layout Controls | ComponentOne
C1.WPF.Accordion Namespace / C1Expander Class / IsExpanded Property

In This Topic
    IsExpanded Property
    In This Topic
    Gets or sets whether the expander content is visible.
    Syntax
    'Declaration
     
    
    Public Property IsExpanded As Boolean
    public bool IsExpanded {get; set;}
    See Also