Skip to main content

RibbonControlStyle Enum

Enumerates paint styles for a RibbonControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum RibbonControlStyle

Members

Name Description
Default

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

Office2007

The Office2007 style. The following image shows this style with the Office 2007 Blue skin:

RibbonStyle_Office2007

Office2010

The Office2010 style. The following image shows this style with the Office 2010 Blue skin:

RibbonStyle_Office2010

Office2013

Emulates the Microsoft Office 2013 UI and its behavior, which includes a modified BackstageViewControl, a Full-Screen Mode button, and touch-input device mode support. The following image shows this style with the Office 2013 skin:

Ribbon Control - Office2013

MacOffice

The MacOffice style. The following image shows this style with the Office 2010 Blue skin:

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. The following image shows this style with the Office 2013 skin:

RibbonStyle_TabletOffice

TabletOfficeEx

Obsolete. This value is obsolete, use the OfficeUniversal style instead.

OfficeUniversal

The Ribbon style inspired by the Ribbon UI introduced in Microsoft “Office Universal” apps. The following image shows this style with the Office 2013 skin:

RibbonStyle_OfficeUniversal

Office2019

The Office 2019-inspired style. It features a flat appearance, tab animations (when the “Office 2019 Colorful”, “Office 2019 Black”, “Office 2019 White”, or “Office 2019 Dark Gray” vector skin is applied), and the capability to collapse into a single-row (the “Simplified” state). The following image shows this style with the Office 2019 Colorful skin:

ribbon2019

Office365

The Office 365 style. The following image shows this style with the WXI skin:

Ribbon Style - Office 365

Remarks

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

See Also