DashboardExportImageFormat Enum
In This Article
OBSOLETE
The Dashboard
Lists values that specify the image format used for exporting a dashboard/dashboard item.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
#Declaration
[Obsolete("The DashboardExportImageFormat enumeration is obsolete now. Use the DashboardExportImageFormat enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public enum DashboardExportImageFormat
#Members
Name | Description |
---|---|
Png
|
The PNG image format. |
Gif
|
|
Jpg
|
The JPG image format. |
#Remarks
Values listed by this enumeration are used to set the ImageFormatExportOptions.Format property.
See Also