Back to Devexpress

BackstageViewControl.ItemsSource Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageviewcontrol.md

latest1.4 KB
Original Source

BackstageViewControl.ItemsSource Property

Gets or sets the source of backstage items with which this BackstageViewControl should be populated.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

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

Property Value

TypeDescription
IEnumerable

A IEnumerable object that stores backstage items.

|

Remarks

See the MVVM Support article to learn more.

See Also

BackstageViewControl Class

BackstageViewControl Members

DevExpress.Xpf.Ribbon Namespace