BackstageViewControl.Ribbon Property
Gets or sets a RibbonControl that provides appearance settings for the current BackstageViewControl.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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