Wijmo UI for the Web
totalItemCount Field
wijmo.data Namespace > IAjaxResult Interface : totalItemCount Field

Gets the total items count from the ajax result.

Syntax
var instance; // Type: wijmo.data.IAjaxResult;
var value; // Type: number
value = instance.totalItemCount;
var totalItemCount : number;
See Also

Reference

IAjaxResult Interface