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

BackstageViewControl.ItemsPanel Property

Provides access to this BackstageViewControl‘s items panel.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public ItemsPanelTemplate ItemsPanel { get; set; }

Property Value

Type Description
ItemsPanelTemplate

An ItemsPanelTemplate object that represents the items panel of this BackstageViewControl.

See Also