The following example demonstrates how to bind a TabControl to data.
When the ItemsSource property is set, DXTabControl automatically generates tabs based on collection items. Most commonly, the following properties are used in this scenario :
-ItemTemplate - template applied to tab content
-ItemContainerStyle - style applied to tabs represented by the DXTabItem elements
-ItemHeaderTemplate - template applied to tab headers