RibbonGalleryItem.Group Property
In This Article
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 |
---|---|
Ribbon |
A Ribbon |
#Remarks
The Group property provides access to the group object whose RibbonGalleryGroup.Items collection contains the current item.
See Also