Skip to content

DevExpress-Examples/devextreme-tabpanel-customize-view-content

Repository files navigation

TabPanel for DevExtreme - How to customize view content

This example demonstrates how to display DevExtreme components in a TabPanel's view content area.

The TabPanel with an opened 'Charts' tab

The implementation methods differ depending on the framework.

  • In jQuery and ASP.NET Core, use the item's template option.

  • In Vue and Angular, specify custom templates.

  • In React, declare components in markup.

Files to Review

Documentation