Skip to main content
Tab

RibbonGalleryItemCollection.Group Property

Gets the ribbon gallerygroup object that owns the item collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonGalleryGroup Group { get; }

Property Value

Type Description
RibbonGalleryGroup

A RibbonGalleryGroup object that owns the collection.

Remarks

ASPxRibbon_GalleryItemAndGroup

See Also