aspnet-devexpress-dot-web-dot-aspxdiagram-f43e989d.md
Contains settings that affect the toolbox’s functionality.
Namespace : DevExpress.Web.ASPxDiagram
Assembly : DevExpress.Web.ASPxDiagram.v25.2.dll
NuGet Package : DevExpress.Web
public class DiagramToolboxSettings :
PropertiesBase
Public Class DiagramToolboxSettings
Inherits PropertiesBase
The following members return DiagramToolboxSettings objects:
These settings can be accessed via the SettingsToolbox property.
<dx:ASPxDiagram ID="Diagram" runat="server" Width="100%" Height="600px">
<SettingsToolbox ShapeIconsPerRow="6" Width="250" ShowSearch="false">
<Groups>
<dx:DiagramToolboxGroup Category="General" />
<dx:DiagramToolboxGroup Category="Containers" />
<dx:DiagramToolboxGroup Category="Custom" CustomCategoryName="hardware" Title="Hardware" />
</Groups>
</SettingsToolbox>
<CustomShapes>
<dx:DiagramCustomShape CategoryName="hardware" Type="internet" ... >
...
</dx:ASPxDiagram>
Object StateManager PropertiesBase DiagramToolboxSettings MVCxDiagramToolboxSettings
See Also