Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. (Inherited from C1.CollectionView.C1CollectionViewBase<T>) | |
CurrentItem | Gets or sets the current item in the view. (Inherited from C1.CollectionView.C1CollectionViewBase<T>) | |
CurrentPage | Gets the current page number. | |
CurrentPosition | Gets the current position. (Inherited from C1.CollectionView.C1CollectionViewBase<T>) | |
FilterExpression | Gets the filter expression applied to the data. | |
GroupDescriptions | Gets the group descriptions applied to the data. | |
HasMoreItems | Gets a value indicating whether this collection can load more items. | |
IsPlain | Gets whether the group items will be inline with the data items or the items will be the first level of group items. | |
IsUpdating | Gets a value indicating whether the collection view is being updated. | |
Item | Gets the element at the specified index in the read-only list. (Inherited from C1.CollectionView.C1CollectionViewBase<T>) | |
PageSize | Gets or sets the maximum number of items per page. | |
SortDescriptions | Gets the sort descriptions applied to the data. | |
TotalCount | Gets the total number of items in the collection. |