RibbonPageGroup.Items Property
In This Article
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
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#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.
See Also