BackstageViewControl.ItemsPanel Property
In This Article
Provides access to this BackstageViewControl‘s items panel.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public ItemsPanelTemplate ItemsPanel { get; set; }
#Property Value
Type | Description |
---|---|
Items |
An Items |
See Also