TreeListSettingsExport Properties
Contains the export settings to be applied when the TreeList’s data is exported.| Name | Description |
|---|---|
| AutoWidth | Gets or sets whether the ASPxTreeList fits the printed page horizontally. Inherited from ASPxTreeListPrintSettings. |
| EnableClientSideExportAPI | Gets or sets a value specifying whether the client exporting API is enabled. |
| ExpandAllNodes | Gets or sets a value specifying which nodes of an ASPxTreeList should present in the export result. Inherited from ASPxTreeListPrintSettings. |
| ExportAllPages | Gets or sets whether all pages are exported. Inherited from ASPxTreeListPrintSettings. |
| FileName | Gets or sets the file name to which the tree list’s data is exported. |
| PageSettings | Gets the settings of a report page. Inherited from ASPxTreeListPrintSettings. |
| RightToLeft | Specifies whether or not the tree list supports right-to-left representation when you export tree list data. Inherited from ASPxTreeListPrintSettings. |
| ShowTreeButtons | Gets or sets whether tree buttons are displayed in a report. Inherited from ASPxTreeListPrintSettings. |
| ShowTreeLines | Gets or sets whether tree lines are displayed in a report. Inherited from ASPxTreeListPrintSettings. |
| SplitDataCellAcrossPages | Gets or sets whether data cells are allowed to be split across pages when exporting. Inherited from ASPxTreeListPrintSettings. |
See Also