BackstageViewControl.Ribbon Property
In This Article
Gets the item’s parent RibbonControl.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
[Browsable(false)]
public RibbonControl Ribbon { get; protected set; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
The Ribbon refers to the RibbonControl that displays the current BackstageViewControl.
See Also