Skip to main content

SpreadsheetControl.BeforeExport Event

Occurs before the document is saved (exported to a certain format).

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v23.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public event BeforeExportEventHandler BeforeExport

Event Data

The BeforeExport event's data class is SpreadsheetBeforeExportEventArgs. The following properties provide information specific to this event:

Property Description
DocumentFormat Gets the format of the document to which the worksheet will be exported.
Options Provides access to the options specific to export.
See Also