Skip to main content
All docs
V18.2

DashboardImageExportOptions.Format Property

Gets or sets an image format in which the dashboard/dashboard item is exported.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public string Format { get; set; }

Property Value

Type Description
String

A DashboardExportImageFormat value that specifies an image format in which the dashboard/dashboard item is exported.

See Also