Skip to main content

DiagramControl.OptionsView Property

Contains the DiagramControl’s view settings.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

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

Property Value

Type Description
DiagramOptionsView

An object that specifies the DiagramControl’s view settings.

See Also