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

RibbonControlStyle Enum

Enumerates paint styles for a RibbonControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

public enum RibbonControlStyle

Members

Name Description
Default

The same as the RibbonControlStyle.Office2013 option. See Version Compatibility: Default Property Values.

Office2007

Office2007 style

RibbonStyle_Office2007

Office2010

Office2010 style

RibbonStyle_Office2010

Office2013

Emulates the Microsoft Office 2013 UI and behavior, which includes modified BackstageViewControl, a Full-Screen Mode button and touch-input device mode support.

Ribbon Control - Office2013

MacOffice

MacOffice style.

RibbonStyle_MacOffice

To display the Application Button in the MacOffice style, ensure that the RibbonControl.ShowApplicationButton property is set to True.

TabletOffice

The Ribbon style inspired by the UI found in Microsoft Office for iPad.

RibbonStyle_TabletOffice

TabletOfficeEx

Obsolete. This API is obsolete now.

OfficeUniversal

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

RibbonStyle_OfficeUniversal

Related API Members

The following properties accept/return RibbonControlStyle values:

Library Related API Members
WinForms Controls RibbonControl.RibbonStyle
eXpressApp Framework IModelOptionsRibbon.RibbonControlStyle

Remarks

You can customize a RibbonControl‘s paint style via the RibbonControl.RibbonStyle property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RibbonControlStyle enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also