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.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
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 () 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. |