Skip to main content

MVCxRibbonGroupCollection.Add(String) Method

Adds a new group with the specified text to the collection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.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 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