Back to Devexpress

TreeListDocumentExportOptions Properties

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

latest2.5 KB
Original Source

TreeListDocumentExportOptions Properties

Contains options that define how TreeList 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 parents of selected rows.

See Also

TreeListDocumentExportOptions Class

TreeListDocumentExportOptions Members

DevExpress.Blazor Namespace