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

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.v24.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