Back to Devexpress

RibbonPageGroup.Items Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpagegroup-2f812446.md

latest2.0 KB
Original Source

RibbonPageGroup.Items Property

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

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public CommonBarItemCollection Items { get; }
vb
Public ReadOnly Property Items As CommonBarItemCollection

Property Value

TypeDescription
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

Items

See Also

Items and Links

ToolbarItemLinks

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.Xpf.Ribbon Namespace