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