Skip to main content
Tab

RibbonGalleryGroupCollection.Add(String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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