wpf-devexpress-dot-xpf-dot-ribbon-dot-barbuttongroup-3d4e0e6b.md
Provides access to bar items and bar item links displayed in this BarButtonGroup.
Namespace : DevExpress.Xpf.Ribbon
Assembly : DevExpress.Xpf.Ribbon.v25.2.dll
NuGet Package : DevExpress.Wpf.Ribbon
public CommonBarItemCollection Items { get; }
Public ReadOnly Property Items As CommonBarItemCollection
| Type | Description |
|---|---|
| DevExpress.Xpf.Bars.CommonBarItemCollection |
A DevExpress.Xpf.Bars.CommonBarItemCollection collection that contains bar items and bar item links displayed in this BarButtonGroup.
|
You can add BarItem and BarItemLink descendants to the Items collection.
The BarButtonGroup 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 BarButtonGroup start and end tags will be added to the current Items collection.
See Also