BackstageViewControl.Style Property
Gets or sets the BackstageViewControl’s style.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(BackstageViewStyle.Default)]
[DXCategory("Appearance")]
public BackstageViewStyle Style { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraBars.Ribbon.BackstageViewStyle | Default | A BackstageViewStyle enumeration value that specifies the BackstageViewControl’s style. |
Remarks
The Style property specifies whether the BackstageViewControl behaves as Microsoft Office 2010 or Office 2013. In Office 2013 mode, the BackstageViewControl occupies the entire window and displays the ‘Back’ navigation button.
You can also use the BackstageViewControl.Office2013StyleOptions property to specify settings specific to Office 2013 style.
See Also