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

DiagramOptionsBehavior(DiagramControl) Constructor

Initializes a new instance of the DiagramOptionsBehavior class.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DiagramOptionsBehavior(
    DiagramControl diagram
)

Parameters

Name Type Description
diagram DiagramControl

The owner of the created object.

See Also