Skip to main content
A newer version of this page is available. .

MVCxGridExportSettings Properties

Serves as a base class for the MVCxGridViewExportSettings, MVCxCardViewExportSettings, and MVCxVerticalGridExportSettings classes.
Name Description
BeforeExport Enables you to perform custom actions before the grid content is exported.
EnableClientSideExportAPI Gets or sets a value specifying whether the client exporting API is enabled.
ExcelExportMode Gets or sets a value specifying the export mode when saving grid data to XLS, XLSX and CSV formats.
FileName Gets or sets the file name to which the grid data is exported.
RightToLeft Gets or sets a value specifying whether the grid data should be exported to a document with right-to-left representation.
See Also