DashboardExportPageLayout Enum
In This Article
Lists values that specify the page orientation used to export a dashboard/dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#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. |
#Related API Members
The following properties accept/return DashboardExportPageLayout values:
See Also