FlexGrid for WinRT
C1CollectionView Class Methods


For a list of all members of this type, see C1CollectionView members.

Public Methods
 NameDescription
Public MethodAddAdds an item to the underlying collection.  
Public MethodAddNewStarts the transaction of adding a new item to the underlying collection, which should be committed with the CommitNew method or rolled back with the CancelNew method.  
Public MethodCancelEditRolls back the current edit transaction started by the EditItem method.  
Public MethodCancelNewRolls back the current add transaction started by the AddNew method.  
Public MethodClearRemoves all items from the underlying collection.  
Public MethodCommitEditCommits the current edit transaction started by the EditItem method.  
Public MethodCommitNewCommits the current add transaction started by the AddNew method.  
Public MethodContainsGets a value indicating whether the specified item belongs to the view. This method returns false if item belongs to the underlying collection but filtered out by the view due to specified Filter.  
Public MethodCopyToCopies the items of the view to an array, starting at a particular array index.  
Public MethodDeferRefreshEnters a defer cycle that you can use to merge changes to the view and delay automatic refresh.  
Public MethodEditItemBegins an edit transaction on the specified item.  
Public MethodGetEnumeratorGets the view items enumerator.  
Public MethodIndexOfReturns the index at which the specified item is located in the view.  
Public MethodInsertInserts an item to the underlying collection at the specified index. If view is sorted or filtered, the item is added to the end of the underlying collection.  
Public MethodLoadMoreItemsAsyncInitializes incremental loading from the view.  
Public MethodMoveCurrentToSets the specified item to be the CurrentItem in the view.  
Public MethodMoveCurrentToFirstSets the first item in the view as the CurrentItem.  
Public MethodMoveCurrentToLastSets the last item in the view as the CurrentItem.  
Public MethodMoveCurrentToNextSets the item after the CurrentItem in the view as the CurrentItem.  
Public MethodMoveCurrentToPositionSets the item at the specified view index to be the CurrentItem in the view.  
Public MethodMoveCurrentToPreviousSets the item before the CurrentItem in the view as the CurrentItem.  
Public MethodMoveToFirstPage  
Public MethodMoveToLastPage  
Public MethodMoveToNextPage  
Public MethodMoveToPage  
Public MethodMoveToPreviousPage  
Public MethodPassesFilterReturns a value indicating whether the specified item satisfies the filter conditions defined in the Filter property.  
Public MethodRefreshCauses the view item set refresh.  
Public MethodRemoveRemoves the first occurrence of a specific item from the underlying collection.  
Public MethodRemoveAtRemoves the item at the specified view index from the underlying collection.  
Top
Protected Methods
 NameDescription
Protected MethodOnSourceCollectionChanged  
Protected MethodProcessCollectionChanged  
Protected MethodRefreshOrDefer  
Protected MethodRefreshOverride  
Top
See Also

Reference

C1CollectionView Class
C1.Xaml Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback