Skip to main content

DiagramMenuStyles Class

Contains styles settings that define the appearance of menu elements in the ASPxDiagram control.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DiagramMenuStyles :
    MenuStyles

The following members return DiagramMenuStyles objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxDiagram.StylesMenu
ASP.NET MVC Extensions DiagramSettings.StylesMenu

Remarks

These settings can be accessed via the StylesMenu property.

Implements

See Also