RibbonGalleryGroupCollection.Add(String) Method
In This Article
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 Ribbon |
#Returns
Type | Description |
---|---|
Ribbon |
An Ribbon |
#Remarks
Use the Add method to add a new gallery group with the specified text to the RibbonGalleryGroupCollection object.
See Also