DxRibbon Members
A toolbar component that organizes command items into tabs.Constructors
| Name | Description |
|---|---|
| DxRibbon() | Initializes a new instance of the DxRibbon class. |
Properties
| Name | Description |
|---|---|
| ActiveTabIndex | Specifies the index of the active Ribbon tab. |
| AdaptivityAutoCollapseItemsToGroups | Specifies whether the Ribbon collapses its items into groups when component width changes. |
| CssClass |
Assigns a CSS class to the DxRibbon component.
|
| DropDownMenuMaxHeight | Limits the maximum height of Ribbon drop-down menus. |
| ShowTabs | Specifies whether the Ribbon displays tab captions. |
| SizeMode | Specifies the size of the Ribbon component. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
| Name | Description |
|---|---|
| ActiveTabIndexChanged | Fires when a user switches the Ribbon tab. |
| ApplicationTabClick | Fires when a user clicks the application tab. |
| ApplicationTabItemClick | Fires when a user clicks the application tab’s item. |
| ItemClick | Fires when a user clicks a primary or drop-down button in the Ribbon. |
| NodeEvent | Fires when a user interacts with a Ribbon element (for instance, clicks or focuses it). |
| TabClick | Fires when a user clicks a Ribbon tab caption. |
See Also