Skip to main content
A newer version of this page is available. .

BackstageViewControl.Ribbon Property

Gets the item’s parent RibbonControl.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v19.1.dll

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