The Telerik RadCommandBar is built up of five levels of nested components:
RadCommandBar
The RadCommandBarElement object represents the overall area of the form occupied by the Telerik RadCommandBar.
CommandBarRowElement
The CommandBarRowElement object represents a horizontal or vertical line within the RadCommandBarElement where individual strip elements are displayed.
CommandBarStripElement
The CommandBarStripElement object represents an individual toolstrip within a CommandBarRowElement. Descendants of the RadCommandBarBaseItem are arranged within a particular CommandBarStripElement.
RadCommandBarBaseItem descendants
Individual items on the CommandBarStripElement are represented by a variety of elements. These include:
- CommandBarLabel
- CommandBarButton
- CommandBarToggleButton
- CommandBarSeparatorItem
- CommandBarDropDownButton
- CommandBarDropDownList
- CommandBarTextBox
- CommandBarSplitButton
- CommandBarSplitButton