ExportSettings Class [PHP]
Summary
Properties | Description | |
FileName | Get or set the filename to export. | |
IgnorePaging | Get or set whether koolgrid will ignore paging while exporting. |
Properties Detail
FileNameTop
string FileName
Get or set the filename to export.
Default value : "KoolGridExport"
Supported from version: 1.0.0.0
IgnorePagingTop
bool IgnorePaging
Get or set whether koolgrid will ignore paging while exporting. If the value is true, all data will be exported.
Default value : false
Supported from version: 1.0.0.0