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

DashboardImageExportOptions.Format Property

Gets or sets an image format in which the dashboard/dashboard item is exported.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(DashboardExportImageFormat.Png)]
public DashboardExportImageFormat Format { get; set; }

Property Value

Type Default Description
DashboardExportImageFormat **Png**

A DashboardExportImageFormat object that specifies an image format in which the dashboard/dashboard item is exported.

Property Paths

You can access this nested property as listed below:

See Also