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

BackstageViewControl.Ribbon Property

Gets or sets a RibbonControl that provides appearance settings for the current BackstageViewControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Default Description
RibbonControl *null*

A RibbonControl that provides appearance settings for the current BackstageViewControl.

Remarks

Typically, you do not need to set this property manually in your code. When a BackstageViewControl is assigned to the RibbonControl.ApplicationButtonDropDownControl property, the Ribbon property is automatically initialized.

See Also