Back to Devexpress

TabContentCacheMode Enum

wpf-devexpress-dot-xpf-dot-core-5e2af286.md

latest2.2 KB
Original Source

TabContentCacheMode Enum

Enumerates values that specify the tabs cache mode of the DXTabControl and DockLayoutManager.LayoutGroup.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum TabContentCacheMode
vb
Public Enum TabContentCacheMode

Members

NameDescriptionLayoutGroup specifics
None

Tabs are not cached.

|

The LayoutGroup caches a tab when a user selects it. When a user switches to another tab, the tab’s cached content is kept but removed from an application’s visual tree.

| | CacheAllTabs |

The DXTabControl caches all its tabs when the control is loaded and displayed.

|

The LayoutGroup caches all its tabs when the control is loaded and displayed. When a user switches to another tab, the cached content is kept in the application’s visual tree.

| | CacheTabsOnSelecting |

The DXTabControl caches a tab when a user selects it.

|

The LayoutGroup caches a tab when a user selects it. When a user switches to another tab, the cached content is kept in the application’s visual tree.

|

The following properties accept/return TabContentCacheMode values:

See Also

DXTabControl.TabContentCacheMode

LayoutGroup.TabContentCacheMode

DevExpress.Xpf.Core Namespace