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

In This Topic
    UnselectedContentMode Property (C1OutlookBar)
    In This Topic
    Gets or sets what is done with the content of unselected items.
    Syntax
    'Declaration
     
    
    Public Property UnselectedContentMode As C1.WPF.UnselectedContentMode
    public C1.WPF.UnselectedContentMode UnselectedContentMode {get; set;}
    Remarks
    The default is OutsideVisualTree, which removes from the visual tree the content of unselected items. Changing the property to retain the content of unselected items improves performance at the cost of memory.
    See Also