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

BarButtonGroup.Items Property

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

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 contains bar items and bar item links displayed in this BarButtonGroup.

Remarks

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.

Implements

See Also