Back to Devexpress

BackstageViewControl.Ribbon Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageviewcontrol-09bde71e.md

latest1.5 KB
Original Source

BackstageViewControl.Ribbon Property

Gets the item’s parent RibbonControl.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

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

Property Value

TypeDescription
RibbonControl

A RibbonControl object that specifies the item’s parent RibbonControl.

|

Remarks

The Ribbon refers to the RibbonControl that displays the current BackstageViewControl.

See Also

RibbonControl

ApplicationMenu

BackstageViewControl Class

BackstageViewControl Members

DevExpress.Xpf.Ribbon Namespace