Skip to main content

DataAwareExportOptionsBase.CustomizeSheet Event

When exporting to XLS or XLSX format, this event allows you to customize the output document’s settings.

Namespace: DevExpress.Mobile.Export

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

Declaration

public event CustomizeSheetEventHandler CustomizeSheet

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 CustomizeSheet event allows you to do the following:

  • Add the AutoFilter button to cells in a specified range (CustomizeSheetEventArgs.Context.AddAutoFilter).
  • Anchor the output document’s header to the top and specify its fixed height (CustomizeSheetEventArgs.Context.SetFixedHeader).
See Also