StyleSheet.MenuIconSet Property
Gets or sets a set of icons to be used within the toolbar UI.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
MenuIconSetType | One of the MenuIconSetType enumeration values. |
Available values:
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. |
SvgGrayWithWhiteHottrack | Identifies an icon set containing svg images with white hottracked coloring. |