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"

Show/Hide Code

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

Show/Hide Code

Supported from version: 1.0.0.0