LayoutGroup.TabContentCacheMode Property
Gets or sets whether tab contents are cached all at once when the group is displayed, each tab content is cached when the tab is selected, or tab contents are not cached. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public TabContentCacheMode TabContentCacheMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tab |
None | A Tab |
Available values:
Name | Description | Layout |
---|---|---|
None | Tabs are not cached. |
The Layout |
Cache |
The DXTab |
The Layout |
Cache |
The DXTab |
The Layout |
#Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TabContentCacheMode property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.