DashboardExportImageFormat Enum
Lists values that specify the format used to export a dashboard/dashboard item to an image.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Members
Name | Description |
---|---|
Png
|
The PNG image format. |
Jpeg
|
The JPG image format. |
Gif
|
The GIF image format. |
Remarks
Values listed in this enumeration are used to set the DashboardImageExportOptions.Format property.
See Also