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.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
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