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

DiagramOrgChartController(IContainer) Constructor

Initializes a new DiagramOrgChartController class instance with the specified container.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

public DiagramOrgChartController(
    IContainer container
)

Parameters

Name Type Description
container IContainer

A IContainer object that provides functionality for containers.

See Also