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

DiagramControl.OptionsView Property

Contains the DiagramControl’s view settings.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DXCategory("Options")]
public DiagramOptionsView OptionsView { get; }

Property Value

Type Description
DiagramOptionsView

An object that specifies the DiagramControl’s view settings.

See Also