Back to Devexpress

GridDocumentExportOptions Properties

blazor-devexpress-dot-blazor-dot-griddocumentexportoptions-dot-underscore-properties.md

latest2.4 KB
Original Source

GridDocumentExportOptions Properties

Contains options that define how Grid data is exported to a document.

NameDescription
CustomizeCellAllows you to customize table cells in the exported file.
CustomizeColumnAllows you to customize table columns in the exported document.
CustomizeDocumentAllows you to customize style and page settings for the exported document.
CustomizeDocumentFooterAllows you to add a document footer to the exported file.
CustomizeDocumentHeaderAllows you to add a document header to the exported file.
CustomizePageFooterAllows you to add page footers to the exported document.
CustomizePageHeaderAllows you to add page headers to the exported document.
ExportSelectedRowsOnlySpecifies whether the component exports only selected rows. Inherited from GridDocumentExportOptionsBase.
FitToPageSpecifies whether the exported table width fits the page width. Inherited from GridDocumentExportOptionsBase.
RowExportingFires before a row is exported and allows you to cancel the action.
SelectedRowsExportModeIn ExportSelectedRowsOnly mode, specifies whether to export parent group rows.

See Also

GridDocumentExportOptions Class

GridDocumentExportOptions Members

DevExpress.Blazor Namespace