Skip to main content
Tab

RibbonTab.Groups Property

Gets the collection of groups in the tab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RibbonGroupCollection Groups { get; }

Property Value

Type Description
RibbonGroupCollection

A RibbonGroupCollection object that is a collection of groups within the tab.

Remarks

The Groups property is used to provide access to the collection of groups within the current ribbon tab. The collection is represented by an instance of the RibbonGroupCollection class and allows individual groups (which are instances of the RibbonGroup class) to be added, deleted and accessed using an indexer notation.

See Also