IRibbon Members
Defines the programmatic interface for the DxRibbon component.Properties
| Name | Description |
|---|---|
| ActiveTabIndex | Specifies the index of the active Ribbon tab. Inherited from IRibbonTabParameters. |
| ActiveTabIndexChanged | Returns the processed Ribbon tab’s ActiveTabIndexChanged event handler. Inherited from IRibbonTabParameters. |
| AdaptivityAutoCollapseItemsToGroups | Specifies whether the Ribbon collapses its items into groups when component width changes. Inherited from IRibbonAdaptivityParameters. |
| ApplicationTab | Defines the Ribbon application tab. Inherited from IRibbonTabs. |
| ApplicationTabClick | Returns the processed Ribbon’s ApplicationTabClick event handler. Inherited from IRibbonEvents. |
| ApplicationTabItemClick | Returns the processed Ribbon’s ApplicationTabItemClick event handler. Inherited from IRibbonEvents. |
| CssClass | Declares appearance settings for a Ribbon component. Inherited from IRibbonStyleParameters. |
| DropDownMenuMaxHeight | Limits the maximum height of Ribbon drop-down menus. Inherited from IRibbonSizeConstraints. |
| ItemClick | Returns the processed Ribbon’s ItemClick event handler. Inherited from IRibbonEvents. |
| ShowTabs | Specifies whether the Ribbon displays tab captions. Inherited from IRibbonTabParameters. |
| SizeMode | Specifies the size of the Ribbon component. Inherited from IRibbonSizeConstraints. |
| TabClick | Returns the processed Ribbon’s TabClick event handler. Inherited from IRibbonEvents. |
| Tabs | Defines a collection of Ribbon tabs. Inherited from IRibbonTabs. |
See Also