Skip to main content

CsvExportOptions.CustomizeHeader Event

When exporting to CSV format, this event allows you to add a header to the output document.

Namespace: DevExpress.Mobile.Export

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

Declaration

public event CustomizeHeaderEventHandler CustomizeHeader

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 CustomizeHeader event is raised before data is exported. You can handle it to add new header rows to the output document.

See Also