RibbonItemBase.Group Property
In This Article
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual RibbonGroup Group { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
The Group property provides access to the group object whose RibbonGroup.Items collection contains the current item.
See Also