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

RibbonGalleryGroup(String, RibbonGalleryItem[]) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonGalleryGroup(
    string text,
    params RibbonGalleryItem[] items
)

Parameters

Name Type Description
text String

A string value that specifies the group’s text. This value is assigned to the RibbonGalleryGroup.Text property.

items RibbonGalleryItem[]

An array that contains zero or more RibbonGalleryItem objects to populate the RibbonGalleryGroup.Items collection.

See Also