Skip to main content

DiagramToolboxGroup(DiagramShapeCategory, String) Constructor

Initializes a new DiagramToolboxGroup class instance with the specified settings.

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

public DiagramToolboxGroup(
    DiagramShapeCategory category,
    string title
)

Parameters

Name Type Description
category DiagramShapeCategory

The shape category.

title String

The group title.

See Also