Skip to main content
A newer version of this page is available. .

RibbonGroup.Items Property

Provides access to the collection of items within the group.

Namespace: DevExpress.UI.Xaml.Ribbon

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

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