When views with heavy elements are displayed in a DXTabControl, it makes sense to cache them so that they are not recreated whenever a tab is opened. This will decrease loading time for cached tabs. DXTabControl supports several cache modes managed by the TabContentCacheMode property:
- CacheAllTabs - all tabs are cached when DXTabControl is shown
- CacheTabsOnSelecting - tabs are cached only after selecting
- None - caching is disabled
↧
How To: Cache Views in DXTabControl in Order Not to Recreate Them Each Time a Tab Is Selected
↧