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