Skip to main content

RibbonControl.MenuIconStyle Property

Gets or sets the style of icons in the drop-down menu that allows the ribbon show mode to be specified.

Namespace: DevExpress.Xpf.Ribbon

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

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public RibbonMenuIconStyle MenuIconStyle { get; set; }

Property Value

Type Description
DevExpress.Xpf.Ribbon.RibbonMenuIconStyle

A DevExpress.Xpf.Ribbon.RibbonMenuIconStyle enumeration value that specifies the style of icons in the drop-down menu that allows the ribbon show mode to be specified.

Remarks

If the DXRibbonWindow.DisplayShowModeSelector property is set to true, the Ribbon Show Mode Customization Button (RibbonShowModeCustomizationButton) is displayed in the DXRibbonWindow‘s title bar next to the Minimize Button. Clicking this Button invokes the drop-down menu that contains the available modes. The MenuIconStyle property allows the style of icons in this drop-down to be specified. The following table illustrates the provided styles.

Style

Description

Mono

The default style. The icons in the drop-down are monochrome.

RibbonMenuIconStyle_Mono

Color

The icons in the drop-down are colored.

RibbonMenuIconStyle_Color

Office2013

The cons in the drop-down are displayed in the Office 2013 style.

RibbonMenuIconStyle_Office2013

See Also