Skip to main content

DiagramControl.CreateDocking() Method

Creates the Properties Panel on the right and Shapes Panel on the left side of the form and adds the DockManager functionality.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public void CreateDocking()

Remarks

Select Create Toolbox and Property Grid from the DiagramControl’s smart tag to create the panels and add the DockManager functionality at design time.

Creating Designer

The following code snippets (auto-collected from DevExpress Examples) contain references to the CreateDocking() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also