A newer version of this page is available.
Switch to the current version.
RibbonItemBase.Group Property
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public virtual RibbonGroup Group { get; }
Public Overridable ReadOnly Property Group As RibbonGroup
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
Feedback