Back to Devexpress

RibbonControl.MenuIconStyle Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-861e4de8.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public RibbonMenuIconStyle MenuIconStyle { get; set; }
vb
Public Property MenuIconStyle As RibbonMenuIconStyle

Property Value

TypeDescription
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 ( ) 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.

| |

Color

|

The icons in the drop-down are colored.

| |

Office2013

|

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

|

See Also

DisplayShowModeSelector

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace