DiagramControl.Toolbox Property
Gets or sets a Toolbox Control linked to the DiagramControl and populated with diagram shapes.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DefaultValue(null)]
[DXCategory("Behavior")]
public IToolboxControl Toolbox { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DevExpress.XtraToolbox.IToolboxControl | null | A Toolbox Control. |
Remarks
You can add a ToolboxControl onto the form and link it to the DiagramControl with the Toolbox property. This Toolbox Control will be automatically populated with diagram shapes. It will also provide shape drag-and-drop functionality onto the diagram canvas.
See Also