var instance; // Type: wijmo.exporter.GridExportSetting; var value; // Type: boolean value = instance.onlyCurrentPage;
var onlyCurrentPage : boolean;
A boolean value indicates whether only export the data in current page when grid uses the paging. If not set, it works as true.
var instance; // Type: wijmo.exporter.GridExportSetting; var value; // Type: boolean value = instance.onlyCurrentPage;
var onlyCurrentPage : boolean;