Skip to main content

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

RibbonStyle Enum

Enumerates available paint styles for a Ribbon Control.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

#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

Style inspired by the Ribbon control in MS Office for iPad.

OfficeSlim

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

Office2019

A RibbonControl’s elements are painted in the Office2017 paint style.

#Remarks

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the RibbonStyle 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