Skip to main content

DashboardExportPageLayout Enum

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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.

See Also