Skip to main content
Tab

RibbonItemBase.Group Property

Gets the group to which the current item belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual RibbonGroup Group { get; }

#Property Value

Type Description
RibbonGroup

A RibbonGroup object is the group that contains the item.

#Remarks

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

See Also