OutlookBar for WPF and Silverlight
C1.WPF.OutlookBar Namespace / C1OutlookBar Class / IsExpanded Property

In This Topic
    IsExpanded Property (C1OutlookBar)
    In This Topic
    Gets or sets a value that indicates whether the content of the selected item is shown.
    Syntax
    'Declaration
     
    
    Public Property IsExpanded As Boolean
    public bool IsExpanded {get; set;}
    See Also