Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelOptionsRibbon.RibbonControlStyle Property

Specifies the style of the Ribbon UI when it is enabled via the IModelOptionsWin.FormStyle property.

Namespace: DevExpress.ExpressApp.Win.SystemModule

Assembly: DevExpress.ExpressApp.Win.v24.2.dll

#Declaration

[DefaultValue(RibbonControlStyle.Default)]
RibbonControlStyle RibbonControlStyle { get; set; }

#Property Value

Type Default Description
RibbonControlStyle Default

A RibbonControlStyle enumeration value specifying the style of the Ribbon UI when it is enabled via the FormStyle property.

Available values:

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 value is obsolete, use the OfficeUniversal style instead.

OfficeUniversal

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

RibbonStyle_OfficeUniversal

Office2019

Office 2019-inspired style. 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 “Simplified” state.

ribbon2019

Office365

Office 365 style.

Ribbon Style - Office 365

#Property Paths

You can access this nested property as listed below:

Object Type Path to RibbonControlStyle
IModelOptionsWin
.RibbonOptions .RibbonControlStyle
See Also