BackstageViewControl.Style Property
In This Article
Gets or sets the BackstageViewControl’s style.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(BackstageViewStyle.Default)]
[DXCategory("Appearance")]
public BackstageViewStyle Style { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Default | A Backstage |
#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