MVCxRibbonGroupCollection.Add(String) Method
Adds a new group with the specified text to the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value that specifies the created group display text. Initializes the group’s RibbonGroup.Text (via the MVCxRibbonGroup.Text) property. |
Returns
Type | Description |
---|---|
MVCxRibbonGroup | An MVCxRibbonGroup object that is the newly created group. |
Remarks
Use the Add method to add a new group with the specified text to the MVCxRibbonGroupCollection object.
See Also