Skip to main content
A newer version of this page is available. .
Tab

MenuIconSetType Enum

Lists values specifying a set of icons to be used within a ribbon, toolbar or menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum MenuIconSetType

Members

Name Description
NotSet

No icon set is used. When the default theme is applied, corresponds to the Colored value.

Colored

Identifies an icon set containing colored images.

ColoredLight

Identifies an icon set containing colored and bleached images.

GrayScaled

Identifies an icon set containing grayscale images.

GrayScaledWithWhiteHottrack

Identifies an icon set containing grayscale images with white hottracked coloring.

GrayScaledWithWhiteHottrackInToolbar

Identifies an icon set containing grayscale images with white hottracked coloring in the ribbon and root menu items.

SvgGray

Identifies an icon set containing svg images with white hottracked coloring.

SvgGrayWithWhiteHottrack

Identifies an icon set containing svg images.

Related API Members

The following properties accept/return MenuIconSetType values:

Library Related API Members
ASP.NET Controls and MVC Extensions HtmlEditorImages.MenuIconSet
ResourceStyleSheet.MenuIconSet
RibbonImages.IconSet
RichEditImages.MenuIconSet
SpreadsheetImages.MenuIconSet
StyleSheet.MenuIconSet
Reporting DocumentViewerRibbonSettings.IconSet

Remarks

Values listed by this enumeration are used to set the following properties:

See Also