Skip to main content
All docs
V23.2

DxImageExportOptions.Format Property

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

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v23.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