Skip to main content

RibbonTab.Groups Property

Gets the collection of objects that are groups in the RibbonTab.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public ObservableCollection<RibbonGroup> Groups { get; }

#Property Value

Type Description
ObservableCollection<RibbonGroup>

A collection of objects that are groups in the RibbonTab.

See Also