Skip to main content

CsvExportOptions.CustomizeDataArea Event

When exporting to CSV format, this event allows you to customize data in the output document.

Namespace: DevExpress.Mobile.Export

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

Declaration

public event CustomizeDataAreaEventHandler CustomizeDataArea

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 CustomizeDataArea event is raised after data is exported.

See Also