CustomExportWebEventArgs Class
In This Article
Provides data for the CustomExport events.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
#Declaration
public class CustomExportWebEventArgs :
CustomExportBaseWebEventArgs
#Remarks
The CustomExport events allow you to customize the exported document when exporting a dashboard or dashboard item. To learn more, see the following topics.
#Inheritance
Object
EventArgs
CustomExportBaseWebEventArgs
CustomExportWebEventArgs
See Also