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

DashboardExportPageLayout Enum

Lists values that specify the page orientation used to export a dashboard/dashboard item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public enum DashboardExportPageLayout

Members

Name Description
Portrait

The page orientation used to export a dashboard/dashboard item is portrait.

Landscape

The page orientation used to export a dashboard/dashboard item is landscape.

Remarks

Values listed in this enumeration are used to set the following properties.

See Also