aspnet-devexpress-dot-web-dot-aspxdiagram-82ea5aeb.md
Contains settings that affect the context toolbox’s functionality.
Namespace : DevExpress.Web.ASPxDiagram
Assembly : DevExpress.Web.ASPxDiagram.v25.2.dll
NuGet Package : DevExpress.Web
public class DiagramContextToolboxSettings :
PropertiesBase
Public Class DiagramContextToolboxSettings
Inherits PropertiesBase
The following members return DiagramContextToolboxSettings objects:
The context toolbox appears when you draw a connector from a shape and release it without it being connected to another shape. The toolbox allows users to create a shape at the end of the connector.
<dx:ASPxDiagram ID="Diagram" runat="server" Width="100%" Height="600px">
<SettingsContextToolbox Category="Flowchart" Width="250" ShapeIconsPerRow="7" />
...
</dx:ASPxDiagram>
Object StateManager PropertiesBase DiagramContextToolboxSettings MVCxDiagramContextToolboxSettings
See Also