Skip to main content

BackstageViewControl.Ribbon Property

Gets the item’s parent RibbonControl.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

[Browsable(false)]
public RibbonControl Ribbon { get; protected set; }

Property Value

Type Description
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