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

RibbonDropDownButtonItem.Group Property

Gets the group to which the current item belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override 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