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

RibbonTab.Groups Property

Gets the collection of groups in the tab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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