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

DiagramOrgChartController.LayoutKind Property

Specifies the automatic layout to be applied to the generated diagram.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DiagramCategory(DiagramCategory.Layout)]
public virtual DiagramLayoutKind LayoutKind { get; set; }

Property Value

Type Description
DevExpress.Diagram.Core.DiagramLayoutKind

A DevExpress.Diagram.Core.DiagramLayoutKind enumeration value.

See Also