C1CollectionView<T> Class Members
In This Topic
The following tables list the members exposed by C1CollectionView<T>.
Public Constructors
Public Properties
Public Methods
| Name | Description |
 | AsPlain | Returns a ICollectionView<T> whose group items are inline with the data items. Otherwise the collection return the first level of groups and its items must be get from each of the group items. |
 | CanFilter | Returns whether the collection view is able to filter the specified expression. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | CanGroup | Returns whether the collection view is able to group the specified group descriptions. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | CanInsert | Determines whether a new item can be inserted in the collection at the specified index. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | CanMove | Determines whether the item at fromIndex can be moved to toIndex. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | CanRefresh | Determines whether the collection can be refreshed. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | CanRemove | Determines whether the item at the specified index can be removed from the collection. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | CanReplace | Determines whether the item at the specified index can be replaced in the collection. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | CanSort | Returns whether the collection view is able to sort the specified sort descriptions. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | FilterAsync | Filters the data using specified filter expression. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | GetItemType | Get the type of the items in the collection. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | GroupAsync | Groups the collection view according to the specified group descriptions. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | IndexOf | Gets the index of the specified item. (Inherited from C1.CollectionView.C1CollectionViewBase<T>) |
 | InsertAsync | Inserts the specified item at the specified index in the collection. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | LoadMoreItemsAsync | Loads more items asynchronously. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | MoveAsync | Moves an item from the specified position to the new one. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | MoveCurrentTo | Sets the specified item in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<T>) |
 | MoveCurrentToFirst | Sets the first item in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<T>) |
 | MoveCurrentToLast | Sets the last item in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<T>) |
 | MoveCurrentToNext | Sets the item after the C1CollectionViewBase<T>.CurrentItem in the view as the C1CollectionViewBase<T>.CurrentItem. (Inherited from C1.CollectionView.C1CollectionViewBase<T>) |
 | MoveCurrentToPosition | Sets the item at the specified index in the view as the current item. (Inherited from C1.CollectionView.C1CollectionViewBase<T>) |
 | MoveCurrentToPrevious | Sets the item before the C1CollectionViewBase<T>.CurrentItem in the view as the C1CollectionViewBase<T>.CurrentItem. (Inherited from C1.CollectionView.C1CollectionViewBase<T>) |
 | RefreshAsync | Refreshes the collection data. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | RemoveAsync | Removes the item at the specified index from the collection. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | ReplaceAsync | Replaces the item at the specified index by the new specified item. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
 | SortAsync | Sorts the collection view according to the specified sort descriptions. (Inherited from C1.CollectionView.C1WrapCollectionView<T,T>) |
Top
Public Events
See Also