Skip to main content

ASPxClientVerticalGridExportFormat Members

Lists values that specify the document formats available for export from the grid.

Properties

Name Description
Csv static Identifies Comma Separated Values format (.csv). Inherited from ASPxClientGridExportFormat.
Docx static Identifies DOCX format (.docx). Inherited from ASPxClientGridExportFormat.
Pdf static Identifies Portable Document Format (.pdf). Inherited from ASPxClientGridExportFormat.
Rtf static Identifies Rich Text Format (.rtf). Inherited from ASPxClientGridExportFormat.
Xls static Identifies Excel Binary File format (.xls). Inherited from ASPxClientGridExportFormat.
Xlsx static Identifies XML spreadsheet file format (.xlsx). Inherited from ASPxClientGridExportFormat.
See Also