Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BackstageViewControl.Style Property

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.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