DxImageExportOptions.Format Property
Specifies the image format of the exported dashboard/dashboard item.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.1.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
Declaration
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