Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxImageExportOptions.Format Property

Specifies the image format of the exported dashboard/dashboard item.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public DashboardExportImageFormat Format { get; set; }

Property Value

Type Description
DashboardExportImageFormat

A DashboardExportImageFormat object that specifies the image format of the exported dashboard/dashboard item.

Available values:

Name Description
Png

The PNG image format.

Jpeg

The JPG image format.

Gif

The GIF image format.

See Also