MVCxGridViewExportSettings Properties
Contains the export settings to be applied when the GridView’s data is exported.Name | Description |
---|---|
BeforeExport | Enables you to perform custom actions before the grid content is exported. Inherited from MVCxGridExportSettings. |
BottomMargin | Gets or sets the target document’s bottom margin. |
DetailHorizontalOffset | Gets or sets the detail row’s horizontal offset. |
DetailVerticalOffset | Gets or sets the detail row’s vertical offset. |
EnableClientSideExportAPI | Gets or sets a value specifying whether the client exporting API is enabled. Inherited from MVCxGridExportSettings. |
ExcelExportMode | |
ExportedRowType | Obsolete. Gets or sets which rows should be exported. |
ExportEmptyDetailGrid | Gets or sets a value indicating whether it’s necessary to export a detail grid, when it is empty. |
ExportSelectedRowsOnly | Specifies if only selected rows should be exported. |
FileName | Gets or sets the file name to which the grid data is exported. Inherited from MVCxGridExportSettings. |
GetExportDetailGridViews | Enables you to populate the collection of detail grids that correspond to individual records within the master GridView. |
Landscape | Gets or sets whether data is exported to PDF in Landscape. |
LeftMargin | Gets or sets the target document’s left margin. |
MaxColumnWidth | Gets or sets the column’s maximum width. |
PageFooter | Gets the page footer’s settings. |
PageHeader | Gets the page header’s settings. |
PaperKind | Gets or sets the type of paper for the exported report. |
PaperName | Gets or sets the name of the custom paper which is used for export purposes. |
PreserveGroupRowStates | Gets or sets whether the expanded state of group rows is preserved when the ASPxGridView’s data is exported. |
PrintSelectCheckBox | Gets or sets whether check boxes (or radio buttons) used to select/deselect data rows, are printed. |
RenderBrick | Enables rendering of different content from the default export. |
ReportFooter | Gets or sets the text displayed within a report’s footer. |
ReportHeader | Gets or sets the text displayed within a report’s header. |
RightMargin | Gets or sets the target document’s right margin. |
RightToLeft | Gets or sets a value specifying whether the grid data should be exported to a document with right-to-left representation. Inherited from MVCxGridExportSettings. |
Styles | Provides access to the style settings that control the appearance of the extension’s visual elements for printing purposes. |
TopMargin | Gets or sets the target document’s top margin. |
See Also