ASPxDashboard.ImageExportOptions Property
Provides access to options related to exporting a dashboard/dashboard item to an image.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v25.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public DashboardImageExportOptions ImageExportOptions { get; }
Property Value
| Type | Description |
|---|---|
| DashboardImageExportOptions | A DashboardImageExportOptions object containing options related to exporting a dashboard/dashboard item as an image. |
See Also