Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IcxExportBeforeSave Interface

Enables you to perform specific actions before the Developer Express control’s content is exported to a file.

#Declaration

Delphi
IcxExportBeforeSave = interface(IInterface)

#Remarks

You can pass objects that handle events occurring before or during export operations as the AHandler parameter to export methods, including ExportGridTo~, cxExportPivotGridTo~, cxExportSchedulerTo~, cxExportTLTo~, and cxExportVGTo~. These objects must implement the IcxExportBeforeSave interface and its OnBeforeSave method in order to allow you to perform specific actions before the Developer Express control’s content is exported to a file.

#Inheritance

IInterface
IcxExportBeforeSave
See Also