Skip to main content
A newer version of this page is available. .

DashboardExportImageFormat Enum

Lists values that specify the format used to export a dashboard/dashboard item to an image.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

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