Back to Devexpress

BackstageViewControl.Style Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-d277c8a0.md

latest1.9 KB
Original Source

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

csharp
[DefaultValue(BackstageViewStyle.Default)]
[DXCategory("Appearance")]
public BackstageViewStyle Style { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(BackstageViewStyle.Default)>
Public Property Style As BackstageViewStyle

Property Value

TypeDefaultDescription
DevExpress.XtraBars.Ribbon.BackstageViewStyleDefault

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

RibbonStyle

Office2013StyleOptions

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace