Skip to main content
A newer version of this page is available. .

TabContentCacheMode Enum

Enumerates values that specify the DXTabControl‘s tabs cache mode.

Namespace: DevExpress.Xpf.Core

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

Declaration

public enum TabContentCacheMode

Members

Name Description
None

Tabs caching is disabled.

CacheAllTabs

All the DXTabControl‘s tabs are simultaneously cached after the DXTabControl is loaded and shown.

CacheTabsOnSelecting

DXTabControl‘s tabs are cached only after they have been selected by an end-user.

Related API Members

The following properties accept/return TabContentCacheMode values:

Remarks

The TabContentCacheMode enumerator’s values are passed to the DXTabControl.TabContentCacheMode property as a value. Depending on this property value, a DXTabControl‘s tabs can either be simultaneously cached after the DXTabControl is displayed, or only after the corresponding tab is selected by an end-user.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TabContentCacheMode enum.

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.

See Also