Skip to main content

RibbonStyle Enum

Enumerates available paint styles for a Ribbon Control.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public enum RibbonStyle

#Members

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
OfficeSlim

#Passed To

You can pass RibbonStyle values to the following properies:

#Remarks

Use the RibbonControl.RibbonStyle property to change the RibbonControl's paint style.

See Also