Back to Devexpress

BackstageItemBase.Backstage Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageitembase.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
[Browsable(false)]
public BackstageViewControl Backstage { get; set; }
vb
<Browsable(False)>
Public Property Backstage As BackstageViewControl

Property Value

TypeDescription
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

BackstageItemBase Class

BackstageItemBase Members

DevExpress.Xpf.Ribbon Namespace