Skip to main content

DashboardViewer.ImageExportOptions Property

Provides access to options related to exporting a dashboard/dashboard item to an image.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public DashboardImageExportOptions ImageExportOptions { get; }

Property Value

Type Description
DashboardImageExportOptions

A DashboardImageExportOptions object containing options related to exporting a dashboard/dashboard item as an image.

Implements

See Also