BackstageViewControl.Style Property
Gets or sets the current BackstageViewControl‘s style.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v22.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 enumerator value that specifies the current BackstageViewControl‘s style. |
Remarks
Depending on the Style property value, a BackstageViewControl can emulate either the Microsoft Office 2010 or Office 2013 behavior. In Office 2013 mode, a BackstageViewControl occupies the entire window when displayed and has the ‘Back’ navigation button. See the RibbonControl.RibbonStyle property to learn more.