Name | Description | |
---|---|---|
![]() | C1CollectionView Constructor | Creates a new instance of C1CollectionView component. |
The following tables list the members exposed by C1CollectionView.
Name | Description | |
---|---|---|
![]() | C1CollectionView Constructor | Creates a new instance of C1CollectionView component. |
Name | Description | |
---|---|---|
![]() | CollectionGroups | Returns any collection groups that are associated with the view. |
![]() | Count | Gets the number of elements contained in the collection. |
![]() | CurrentItem | Gets the current item in the view. |
![]() | CurrentPosition | Gets the ordinal position of the CurrentItem within the view. |
![]() | DataCollection | Gets the wrapping collection. |
![]() | HasMoreItems | Gets whether the collection supports incremental loading. |
![]() | IsCurrentAfterLast | Gets a value that indicates whether the CurrentItem of the view is beyond the end of the collection. |
![]() | IsCurrentBeforeFirst | Gets a value that indicates whether the CurrentItem of the view is beyond the beginning of the collection. |
![]() | IsReadOnly | Gets a value indicating whether the C1CollectionView is read-only. |
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the C1CollectionView. |
![]() | Clear | Removes all items from the C1CollectionView. |
![]() | Contains | Determines whether the C1CollectionView contains a specific value. |
![]() | CopyTo | Copies the elements of the C1CollectionView to an System.Array, starting at a particular object array index. |
![]() | IndexOf | Determines the index of a specific item in the collection. |
![]() | Insert | Inserts an item to the C1CollectionView at the specified index. |
![]() | LoadMoreItemsAsync | Loads more items asynchronously. |
![]() | MoveCurrentTo | Sets the specified item to be the CurrentItem in the view. |
![]() | MoveCurrentToFirst | Sets the first item in the view as the CurrentItem. |
![]() | MoveCurrentToLast | Sets the last item in the view as the CurrentItem. |
![]() | MoveCurrentToNext | Sets the item after the CurrentItem in the view as the CurrentItem. |
![]() | MoveCurrentToPosition | Sets the item at the specified index to be the CurrentItem in the view. |
![]() | MoveCurrentToPrevious | Sets the item before the CurrentItem in the view as the CurrentItem. |
![]() | Remove | Removes the first occurrence of a specific object from the C1CollectionView. |
![]() | RemoveAt | Removes the item at the specified index. |
Name | Description | |
---|---|---|
![]() | OnCurrentChanged | Raises the CurrentChanged event. |
![]() | OnCurrentChanging | Raises the CurrentChanging event. |
![]() | OnVectorChanged | Raises the VectorChanged event. |
Name | Description | |
---|---|---|
![]() | CurrentChanged | When implementing this interface, fire this event after the current item has been changed. |
![]() | CurrentChanging | When implementing this interface, fire this event before changing the current item. The event handler can cancel this event. |
![]() | VectorChanged | Occurs after the view item set has changed, due to applied transformations or changes happened in the underlying collection. |