You can customize the appearance of the RadToolBar items by specifying custom defined CSS
classes. The following CSS classes are available:
-
CssClass - it is always applied regardless the item state
-
DisabledCssClass - used when the item is disabled (Enabled = false)
-
FocusedCssClass - used when the item is focused after tabbing to it with the keyboard
-
ClickedCssClass - used when the left mouse key is pressed over the item
-
HoveredCssClass - used when the mouse cursor is over the item
-
CheckedCssClass - used when a button checked state is true (applies only
to RadToolBarButton)