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.v19.2.dll

Declaration

public ItemsPanelTemplate ItemsPanel { get; set; }

Property Value

Type Description
ItemsPanelTemplate

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

See Also