BackstageViewControl.Ribbon Property
In This Article
Gets or sets a RibbonControl that provides appearance settings for the current BackstageViewControl.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(null)]
public RibbonControl Ribbon { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Ribbon |
null | A Ribbon |
#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