Back to Devexpress

DiagramDataLayoutOrientation Enum

aspnetcore-devextreme-dot-aspnet-dot-mvc-e53db3e6.md

latest608 B
Original Source

DiagramDataLayoutOrientation Enum

Specifies the diagram layout orientation.

Namespace : DevExtreme.AspNet.Mvc

Assembly : DevExtreme.AspNet.Core.dll

Declaration

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

Members

NameDescription
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

DevExtreme.AspNet.Mvc Namespace