Skip to main content

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.2.dll

NuGet Package: DevExpress.Data

#Declaration

public enum DashboardExportImageFormat

#Members

Name Description
Png

The PNG image format.

Jpeg

The JPG image format.

Gif

The GIF image format.

#Related API Members

The following properties accept/return DashboardExportImageFormat values:

#Remarks

Values listed in this enumeration are used to set the DashboardImageExportOptions.Format property.

See Also