Back to Devexpress

RibbonControl.ItemsSource Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-c397f515.md

latest1.4 KB
Original Source

RibbonControl.ItemsSource Property

Gets or sets a collection of objects providing information to generate and initialize categories and pages for the current RibbonControl. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public object ItemsSource { get; set; }
vb
Public Property ItemsSource As Object

Property Value

TypeDescription
Object

The source of objects to be visualized as ribbon categories (or pages).

|

Remarks

The ItemsSource property supports the MVVM design pattern. See the MVVM Support topic to learn more.

See Also

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace