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

RibbonGalleryItemCollection.Group Property

Gets the ribbon gallerygroup object that owns the item collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public RibbonGalleryGroup Group { get; }

Property Value

Type Description
RibbonGalleryGroup

A RibbonGalleryGroup object that owns the collection.

Remarks

ASPxRibbon_GalleryItemAndGroup

See Also