wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-861e4de8.md
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
public RibbonMenuIconStyle MenuIconStyle { get; set; }
Public Property MenuIconStyle As RibbonMenuIconStyle
| 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.
|
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