MVCxRibbonGroupCollection.Add(String) Method
In This Article
Adds a new group with the specified text to the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxRibbonGroup Add(
string text
)
#Parameters
Name | Type | Description |
---|---|---|
text | String | A String value that specifies the created group display text. Initializes the group’s Ribbon |
#Returns
Type | Description |
---|---|
MVCx |
An MVCx |
#Remarks
Use the Add method to add a new group with the specified text to the MVCxRibbonGroupCollection object.
See Also