RibbonGalleryGroup(String, RibbonGalleryItem[]) Constructor
Initializes a new instance of the RibbonGalleryGroup class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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