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

RibbonGalleryItem.Group Property

Gets the gallery group to which the current item belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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