Skip to main content

DataAwareExportOptionsBase.CustomizeFooter Event

When exporting to XLS or XLSX format, this event allows you to add a footer to the output document.

Namespace: DevExpress.Mobile.Export

Assembly: DevExpress.Mobile.Core.v18.2.dll

Declaration

public event CustomizeFooterEventHandler CustomizeFooter

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

The CustomizeFooter event is raised after data is exported. You can handle it to add new footer rows to the output document.

See Also