Skip to main content

RibbonGroup.Items Property

Provides access to the collection of items within the group.

Namespace: DevExpress.UI.Xaml.Ribbon

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public RibbonItemCollection Items { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Ribbon.RibbonItemCollection

A collection of ribbon items.

Remarks

The Ribbon And Toolbar Items document describes available ribbon items.

See Also