Skip to main content
All docs
V25.1
  • DiagramImages.MenuIconSet Property

    Specifies a set of icons to be used in the diagram UI elements.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    [DefaultValue(MenuIconSetType.NotSet)]
    public MenuIconSetType MenuIconSet { get; set; }

    Property Value

    Type Default Description
    MenuIconSetType NotSet

    The icon set type.

    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.

    Remarks

    The Diagram supports two icon sets: SvgGray and SvgGrayWithWhiteHottrack.

    Other values of the MenuIconSetType enumeration are mapped according to following rules:

    • Colored, ColoredLight, and GrayScaled values are mapped to the SvgGray;
    • GrayScaledWithWhiteHottrack and GrayScaledWithWhiteHottrackInToolbar values are mapped to the SvgGrayWithWhiteHottrack.
    See Also