Skip to main content
Tab

RibbonGroup(String, String) Constructor

Initializes a new instance of the RibbonGroup class with the specified name and text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonGroup(
    string text,
    string name
)

Parameters

Name Type Description
text String

A String value that specifies the created ribbon group’s text. This value is assigned to the RibbonGroup.Text property.

name String

A String value that specifies the created ribbon group’s name. This value is assigned to the RibbonGroup.Name property.

See Also