BackstageViewShowRibbonItems Enum
Provides members that specify which RibbonControl‘s parts will be visible within an Office 2013-styled BackstageViewControl.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
None
|
A Backstage |
Default
|
Acts in the same way as the All value. |
Form
|
A Backstage |
Title
|
A Backstage |
Page
|
A Backstage |
All
|
A Backstage |
#Related API Members
The following properties accept/return BackstageViewShowRibbonItems values:
#Remarks
If a RibbonControl’s RibbonControl.RibbonStyle property is set to Office 2013, a BackstageViewControl assigned to the Ribbon’s RibbonControl.ApplicationButtonDropDownControl property gains several features. One of these features is the ability to display a form caption, Form Buttons and RibbonControl.PageHeaderItemLinks within a BackstageViewControl:
To specify which of these elements should be displayed within a BackstageViewControl, pass corresponding BackstageViewShowRibbonItems values to the BackstageViewControl.BackstageViewShowRibbonItems property. Note that this property is in effect in Office 2013, Metropolis and Metropolis Dark skins only.
Note
Displaying Form Buttons requires an application form to be derived from the Ribbon