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

DiagramToolboxSettings Class

Contains settings that affect the toolbox’s functionality.

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

public class DiagramToolboxSettings :
    PropertiesBase

The following members return DiagramToolboxSettings objects:

Remarks

These settings can be accessed via the SettingsToolbox property.

<dx:ASPxDiagram ID="Diagram" runat="server" Width="100%" Height="600px">
    <SettingsToolbox>
        <Groups>
            <dx:DiagramToolboxGroup Category="General" />
            <dx:DiagramToolboxGroup Category="Containers" />
        </Groups>
    </SettingsToolbox>
</dx:ASPxDiagram>

Implements

See Also