Skip to main content

CustomExportWebEventArgs Class

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

See Also