RibbonDropDownButtonItem.Group Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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