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

DiagramPageOrientation Enum

Specifies the page orientation.

Namespace: DevExtreme.AspNet.Mvc

Assembly: DevExtreme.AspNet.Core.dll

Declaration

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

Members

Name Description
Portrait

A portrait orientation.

Landscape

A landscape orientation.

See Also