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

In This Topic
    CollapsedContent Property (C1OutlookBar)
    In This Topic
    Gets or sets a value to display in the content area when the control is collapsed.
    Syntax
    'Declaration
     
    
    Public Property CollapsedContent As Object
    public object CollapsedContent {get; set;}
    See Also