Skip to main content

BackstageViewControl.ItemsPanel Property

Provides access to this BackstageViewControl‘s items panel.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public ItemsPanelTemplate ItemsPanel { get; set; }

Property Value

Type Description
ItemsPanelTemplate

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

See Also