RibbonTab.Groups Property
In This Article
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 |
---|---|
Observable |
A collection of objects that are groups in the Ribbon |
See Also