Skip to main content
All docs
V18.2

DashboardSourceModel.CustomExport Property

Allows you to customize the exported document.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v18.2.Web.Mvc5.dll

Declaration

public CustomExportWebEventHandler CustomExport { get; set; }

Property Value

Type Description
CustomExportWebEventHandler

A CustomExportWebEventHandler delegate method allowing you to implement custom processing.

Remarks

Implement a CustomExportWebEventHandler delegate method and assign it to the CustomExport property. For more implementation details, refer to the CustomExportWebEventHandler delegate description.

See Also