Back to Devexpress

BackstageViewControl.Ribbon Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-ffd361dc.md

latest1.9 KB
Original Source

BackstageViewControl.Ribbon Property

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
RibbonControlnull

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

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace