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.v19.2.dll

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