When the ASPxRibbon control binds to an arbitrary data source (specified by the ASPxHierarchicalDataWebControl.DataSourceID or ASPxDataWebControlBase.DataSource property), RibbonTab, RibbonGroup, and RibbonItemBase objects are created automatically for each recognized data item.
Individual object characteristics (such as text, name and image path) are obtained from the data fields (item attributes) of the corresponding data items. The ASPxRibbon exposes specific data-related properties, allowing you to specify which data source fields the tab, group, and item information should be retrieved from. The table below lists these properties and the corresponding properties of bound objects.
The ASPxRibbon.TabDataFields property provides access to the following tab data-related properties.
The ASPxRibbon.GroupDataFields property provides access to the following group data-related properties.
The ASPxRibbon.ItemDataFields property provides access to the following item data-related properties.
* The ItemType attribute specifies which item type will be used to render the current item in the ribbon. The available attribute values and the corresponding ribbon item types are listed below.