Skip to main content
A newer version of this page is available. .

DiagramToolboxGroup Class

A group of shapes in the Toolbox.

Namespace: DevExpress.Web.ASPxDiagram

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

Declaration

public class DiagramToolboxGroup :
    CollectionItem

The following members return DiagramToolboxGroup objects:

Remarks

<dx:ASPxDiagram ID="Diagram" runat="server" Width="100%" Height="600px">
    <SettingsToolbox>
        <Groups>
            <dx:DiagramToolboxGroup Category="Containers" Title="Rooms" />
            <dx:DiagramToolboxGroup Category="Custom" CustomCategoryName="hardware" Title="Hardware" />
        </Groups>
    </SettingsToolbox>
    <CustomShapes>
        <dx:DiagramCustomShape Category="hardware" Type="internet" ... >
    ...
</dx:ASPxDiagram>

Diagram Settings

Inheritance

See Also