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

DiagramCommandsBase(IDiagramControl) Constructor

Initializes a new instance of the DiagramCommandsBase class.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v18.2.Core.dll

Declaration

public DiagramCommandsBase(
    IDiagramControl diagram
)

Parameters

Name Type Description
diagram DevExpress.Diagram.Core.IDiagramControl

An object implementing the DevExpress.Diagram.Core.IDiagramControl interface.

See Also