dashboard-devexpress-dot-dashboardweb-8e1ca428.md
Provides data for the CustomExport events.
Namespace : DevExpress.DashboardWeb
Assembly : DevExpress.Dashboard.v25.2.Web.dll
NuGet Package : DevExpress.Web.Dashboard.Common
public class CustomExportWebEventArgs :
CustomExportBaseWebEventArgs
Public Class CustomExportWebEventArgs
Inherits CustomExportBaseWebEventArgs
CustomExportWebEventArgs is the data class for the following events:
The CustomExport events allow you to customize the exported document when exporting a dashboard or dashboard item. To learn more, see the following topics.
Object EventArgs CustomExportBaseWebEventArgs CustomExportWebEventArgs
See Also