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.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
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