Skip to main content
A newer version of this page is available. .

MVCxRibbonGroup(String, String) Constructor

Initializes a new instance of the MVCxRibbonGroup class with the specified settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public MVCxRibbonGroup(
    string text,
    string name
)

Parameters

Name Type Description
text String

A String value specifying the Ribbon’s group label.

name String

A String value specifying the name which identifies the created Ribbon group.

See Also