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

RibbonPageGroup.Items Property

Provides access to bar items and bar item links displayed in this RibbonPageGroup.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public CommonBarItemCollection Items { get; }

Property Value

Type Description
DevExpress.Xpf.Bars.CommonBarItemCollection

A DevExpress.Xpf.Bars.CommonBarItemCollection collection that stores bar items and bar item links displayed in this RibbonPageGroup.

Remarks

You can add BarItem and BarItemLink descendants to the Items collection.

The RibbonPageGroup class has the System.Windows.Markup.ContentPropertyAttribute attribute that marks the Items property as the XAML content property. So in XAML, bar items and bar item links defined between the RibbonPageGroup start and end tags will be added to the current Items collection.

Implements

See Also