Skip to main content

DiagramOptionsExport(DiagramControl) Constructor

Initializes a new instance of the DiagramOptionsExport class.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public DiagramOptionsExport(
    DiagramControl diagram
)

Parameters

Name Type Description
diagram DiagramControl

The owner of the options object created.

See Also