BackstageItemBase.Backstage Property
In This Article
Gets or sets a BackstageViewControl that owns the current item. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
[Browsable(false)]
public BackstageViewControl Backstage { get; set; }
#Property Value
Type | Description |
---|---|
Backstage |
A Backstage |
#Remarks
Use the Backstage to get or set the BackstageViewControl to which this item belongs.
See Also