Skip to main content

RibbonControl.RibbonStyle Property

Gets or sets the style of the RibbonControl. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

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

#Declaration

public RibbonStyle RibbonStyle { get; set; }

#Property Value

Type Description
RibbonStyle

A RibbonStyle enumeration value that specifies the paint style.

#Remarks

The RibbonStyle property allows you to choose a Ribbon paint style. The difference between the styles is mostly in the Application Button's appearance.

Office 2010 Style

Ribbon_Office2010

Office 2007 Style

Ribbon_Office2007

See Also