DiagramToolboxGroup(DiagramShapeCategory) Constructor
Initializes a new DiagramToolboxGroup class instance with the specified shape category.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v20.2.dll
Declaration
public DiagramToolboxGroup(
DiagramShapeCategory category
)
Public Sub New(
category As DiagramShapeCategory
)
Parameters
Name | Type | Description |
---|---|---|
category | DiagramShapeCategory | The shape category. |
See Also
Feedback