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

DiagramControl.Toolbox Property

Gets or sets a Toolbox Control linked to the DiagramControl and populated with diagram shapes.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(null)]
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