Back to Devexpress

MenuIconSetType Enum

aspnet-devexpress-dot-web-2eff9934.md

latest2.3 KB
Original Source

MenuIconSetType Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum MenuIconSetType
vb
Public Enum MenuIconSetType

Members

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

| | SvgGrayWithWhiteHottrack |

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

|

The following properties accept/return MenuIconSetType values:

LibraryRelated API Members
ASP.NET Web Forms ControlsDiagramImages.MenuIconSet
HtmlEditorImages.MenuIconSet
ResourceStyleSheet.MenuIconSet
RibbonImages.IconSet
RichEditImages.MenuIconSet
SpreadsheetImages.MenuIconSet
ASP.NET MVC ExtensionsStyleSheet.MenuIconSet

See Also

DevExpress.Web Namespace