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

BackstageItemBase.Backstage Property

Gets or sets a BackstageViewControl that owns the current item. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

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

Declaration

[Browsable(false)]
public BackstageViewControl Backstage { get; set; }

Property Value

Type Description
BackstageViewControl

A BackstageViewControl object that owns the current item.

Remarks

Use the Backstage to get or set the BackstageViewControl to which this item belongs.

See Also