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

RibbonGalleryGroupCollection.Add(String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public RibbonGalleryGroup Add(
    string text
)

Parameters

Name Type Description
text String

A String value that specifies the created gallery group’s display text. Initializes the group’s RibbonGalleryGroup.Text property.

Returns

Type Description
RibbonGalleryGroup

An RibbonGalleryGroup object that is the newly created gallery group.

Remarks

Use the Add method to add a new gallery group with the specified text to the RibbonGalleryGroupCollection object.

See Also