Skip to main content

RibbonTab.Groups Property

Gets the collection of groups displayed by the current tab.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public RibbonGroupCollection Groups { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Ribbon.RibbonGroupCollection

A collection of ribbon groups.

Remarks

Groups are represented by RibbonGroup objects.

See Also