RibbonStyle Enum
In This Article
Enumerates available paint styles for a Ribbon Control.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Office2007 | A Ribbon |
Office2010 | A Ribbon |
Tablet |
|
Office |
#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