RibbonTab Constructors
An individual tab within the ASPxRibbon control.| Name | Parameters | Description |
|---|---|---|
| RibbonTab() | none | Initializes a new instance of the RibbonTab class. |
| RibbonTab(String, String) | text, name | Initializes a new instance of the RibbonTab class with the specified name and text. |
| RibbonTab(String) | text | Initializes a new instance of the RibbonTab class with the specified text. |
See Also