Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1Expander Class / IsExpanded Property

In This Topic
    IsExpanded Property (C1Expander)
    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