Skip to main content
JS

DiagramDataLayoutOrientation Enum

Specifies the diagram layout orientation.

Namespace: DevExtreme.AspNet.Mvc

Assembly: DevExtreme.AspNet.Core.dll

Declaration

[JsonConverter(typeof(StringEnumConverter))]
public enum DiagramDataLayoutOrientation

Members

Name Description
Vertical

Lays out the elements of the control in a vertical manner.

Horizontal

Lays out the elements of the control in a horizontal manner.

See Also