With RadTabStrip you can customize the look and feel of each single tab.
The RadTabs expose the following properties that can be used to apply certain CSS classes to the tabs:
- CssClass - it is always applied regardless the tab state.
- DisabledCssClass - it is applied when the tab is disabled (Enabled = false).
-
SelectedCssClass - it is applied when the tab is selected.
-
HoveredCssClass - it is applied when the tab is hovered with the mouse.
Each of the above properties determines the CSS class to be applied to the tab when
it is in the respective mode (normal, disabled, selected and hovered).