Skip to main content
Tab

RibbonGalleryItem.Group Property

Gets the gallery group to which the current item belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public RibbonGalleryGroup Group { get; }

#Property Value

Type Description
RibbonGalleryGroup

A RibbonGalleryGroup object that is the group that contains the item.

#Remarks

The Group property provides access to the group object whose RibbonGalleryGroup.Items collection contains the current item.

ASPxRibbon_GalleryItemAndGroup

See Also