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

DiagramControl.DiagramViewInfo Property

Returns the object which contains the internal information used to render the DiagramControl.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[Browsable(false)]
public DiagramControlViewInfo DiagramViewInfo { get; }

Property Value

Type Description
DevExpress.XtraDiagram.ViewInfo.DiagramControlViewInfo

An object that contains the internal information used to render the DiagramControl.

See Also