Name | Description | |
---|---|---|
currentItem | The current element in the data view |
|
currentPosition | The current element index in the data view |
|
filter | The filter to be applied to the data view. When assigned, the data view is refreshed. |
|
isLoaded | A value indicating whether the data view is loaded |
|
isLoading | A value indicating whether the data view is being loaded |
|
pageCount | The number of pages. |
|
pageIndex | The current page index. |
|
pageSize | The current page index. |
|
sort | An observable property that gets or sets the sort to be applied to the data view. When assigned, the data view is refreshed. |
|
totalItemCount | The number of elements before paging is applied. |