[]
        
(Showing Draft Content)

C1.WPF.C1TabItem.UnselectedContentMode

UnselectedContentMode Property

UnselectedContentMode

Gets or sets what is done with the content of unselected items.

Declaration
public UnselectedContentMode UnselectedContentMode { get; set; }
Remarks

The default is Default, 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.