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

Type: wijmo.data.IObservable

The number of elements before paging is applied.

Syntax
var instance; // Type: wijmo.data.IPagedDataView;
var value; // Type: IObservable
value = instance.totalItemCount;
var totalItemCount : IObservable;
See Also

Reference

IPagedDataView Interface