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

GridExportOptions Properties

The base class for the GridXlExportOptions and GridCsvExportOptions classes. Contains common options that define how a document is exported.
Name Description
CustomizeCell Allows you to customize a cell in the exported file.
DocumentCulture Specifies the exported document’s culture that defines numeric and date-time data formatting settings.
ExportDisplayText Indicates whether the Grid exports cell values in the same format they are presented in the grid.
ExportSelectedRowsOnly Specifies if the grid exports only selected rows.
RowExporting Fires before a row is exported and allows you to cancel the action.
See Also