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

BackstageItem.RibbonStyle Property

Gets the BackstageItem‘s paint style. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Ribbon, DevExpress.Wpf.Navigation

Declaration

public RibbonStyle RibbonStyle { get; set; }

Property Value

Type Description
RibbonStyle

A RibbonStyle enumeration value that specifies the paint style.

Available values:

Name Description
Office2007

A RibbonControl’s elements are painted in the Office2007 paint style.

Office2010

A RibbonControl’s elements are painted in the Office2010 paint style.

TabletOffice

Style inspired by the Ribbon control in MS Office for iPad.

OfficeSlim

The Ribbon style inspired by the ribbon UI introduced in Microsoft “Office Universal” apps.

Office2019

A RibbonControl’s elements are painted in the Office2017 paint style.

Remarks

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

See Also