BackstageViewControl.RibbonStyle Property
Gets or sets the BackstageViewControl‘s paint style. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public RibbonStyle RibbonStyle { get; set; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
Available values:
Name | Description |
---|---|
Office2007 | A Ribbon |
Office2010 | A Ribbon |
Tablet |
Style inspired by the Ribbon control in MS Office for i |
Office |
The Ribbon style inspired by the ribbon UI introduced in Microsoft “Office Universal” apps. |
Office2019 | A Ribbon |
#Remarks
The BackstageViewControl is painted according to the RibbonControl‘s paint style, specified by the RibbonControl.RibbonStyle property. The RibbonStyle property returns the value of the RibbonControl.RibbonStyle property.