Skip to main content
A newer version of this page is available. .

BackstageViewControl.Style Property

Gets or sets the current BackstageViewControl‘s style.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(BackstageViewStyle.Default)]
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.

See Also