Back to Devexpress

RibbonTab.Groups Property

aspnet-devexpress-dot-web-dot-ribbontab-2041c8a0.md

latest1.6 KB
Original Source

RibbonTab.Groups Property

Gets the collection of groups in the tab.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public RibbonGroupCollection Groups { get; }
vb
Public ReadOnly Property Groups As RibbonGroupCollection

Property Value

TypeDescription
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

Ribbon

RibbonTab Class

RibbonTab Members

DevExpress.Web Namespace