DataCollection | ComponentOne
C1.UWP.DataCollection Assembly / C1.UWP.DataCollection Namespace / C1CollectionView Class
Properties Methods Events


In This Topic
    C1CollectionView Class Members
    In This Topic

    The following tables list the members exposed by C1CollectionView.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of C1CollectionView component.  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns any collection groups that are associated with the view.  
    Public PropertyGets the number of elements contained in the collection.  
    Public PropertyGets the current item in the view.  
    Public PropertyGets the ordinal position of the CurrentItem within the view.  
    Public PropertyGets the wrapping collection.  
    Public PropertyGets whether the collection supports incremental loading.  
    Public PropertyGets a value that indicates whether the CurrentItem of the view is beyond the end of the collection.  
    Public PropertyGets a value that indicates whether the CurrentItem of the view is beyond the beginning of the collection.  
    Public PropertyGets a value indicating whether the C1CollectionView is read-only.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the C1CollectionView.  
    Public MethodRemoves all items from the C1CollectionView.  
    Public MethodDetermines whether the C1CollectionView contains a specific value.  
    Public MethodCopies the elements of the C1CollectionView to an System.Array, starting at a particular object array index.  
    Public MethodDetermines the index of a specific item in the collection.  
    Public MethodInserts an item to the C1CollectionView at the specified index.  
    Public MethodLoads more items asynchronously.  
    Public MethodSets the specified item to be the CurrentItem in the view.  
    Public MethodSets the first item in the view as the CurrentItem.  
    Public MethodSets the last item in the view as the CurrentItem.  
    Public MethodSets the item after the CurrentItem in the view as the CurrentItem.  
    Public MethodSets the item at the specified index to be the CurrentItem in the view.  
    Public MethodSets the item before the CurrentItem in the view as the CurrentItem.  
    Public MethodRemoves the first occurrence of a specific object from the C1CollectionView.  
    Public MethodRemoves the item at the specified index.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the CurrentChanged event.  
    Protected MethodRaises the CurrentChanging event.  
    Protected MethodRaises the VectorChanged event.  
    Top
    Public Events
     NameDescription
    Public EventWhen implementing this interface, fire this event after the current item has been changed.  
    Public EventWhen implementing this interface, fire this event before changing the current item. The event handler can cancel this event.  
    Public EventOccurs after the view item set has changed, due to applied transformations or changes happened in the underlying collection.  
    Top
    See Also