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. |
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