The following tables list the members exposed by C1SelectCollectionView<S,T>.
Public Constructors
Public Properties
Public Methods
| Name | Description |
| CanFilter |
Returns whether the collection view is able to filter the specified expression.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
| CanGroup |
Returns whether the collection view is able to group the specified group descriptions.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
| CanInsert |
Determines whether a new item can be inserted in the collection at the specified index.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
| CanMove |
Determines whether the item at fromIndex can be moved to toIndex.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
| CanRefresh |
Determines whether the collection can be refreshed.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
| CanRemove |
Determines whether the item at the specified index can be removed from the collection.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
| CanReplace |
Determines whether the item at the specified index can be replaced in the collection.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
| CanSort |
Returns whether the collection view is able to sort the specified sort descriptions.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
| FilterAsync |
Filters the data using specified filter expression.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from C1.CollectionView.C1CollectionViewBase<T>) |
| GetItemType |
Gets the type of the item.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
| GetLoadedItems | Overridden.
Returns the items that has be loaded so far.
|
| GroupAsync |
Groups the collection view according to the specified group descriptions.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,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<S,T>) |
| LoadAsync | Overridden.
Load the items between the specified indexes.
|
| LoadMoreItemsAsync |
Loads more items asynchronously.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
| MoveAsync |
Moves an item from the specified position to the new one.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,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 CurrentItem in the view as the 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 CurrentItem in the view as the CurrentItem. (Inherited from C1.CollectionView.C1CollectionViewBase<T>) |
| MoveToPageAsync | Moves to the page . (Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
| RefreshAsync |
Refreshes the collection data.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
| RemoveAsync |
Removes the item at the specified index from the collection.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
| ReplaceAsync |
Replaces the item at the specified index by the new specified item.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
| SortAsync |
Sorts the collection view according to the specified sort descriptions.
(Inherited from C1.CollectionView.C1WrapCollectionView<S,T>) |
Top
Extension Methods
Public Events
See Also