Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonPageGroup.Items Property

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

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

#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