ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class
Properties Methods Events


In This Topic
    C1CollectionViewBindingList Class Members
    In This Topic

    The following tables list the members exposed by C1CollectionViewBindingList.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets whether you can update items in the list.  
    Public PropertyGets whether you can add items to the list using System.ComponentModel.IBindingList.AddNew.  
    Public PropertyGets whether you can remove items from the list, using System.Collections.IList.Remove(System.Object) or System.Collections.IList.RemoveAt(System.Int32).  
    Public PropertyGets or sets the underlying collection view.  
    Public PropertyGets the number of elements contained in the System.Collections.ICollection.  
    Public PropertyGets a value indicating whether the System.Collections.IList has a fixed size.  
    Public PropertyGets a value indicating whether the System.Collections.IList is read-only.  
    Public PropertyGets whether the items in the list are sorted.  
    Public PropertyGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).  
    Public PropertyGets the System.Object at the specified index.  
    Public PropertyGets the direction of the sort.  
    Public PropertyGets the System.ComponentModel.PropertyDescriptor that is being used for sorting.  
    Public PropertyGets whether a System.ComponentModel.IBindingList.ListChanged event is raised when the list changes or an item in the list changes.  
    Public PropertyGets whether the list supports searching using the System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object) method.  
    Public PropertyGets whether the list supports sorting.  
    Public PropertyGets an object that can be used to synchronize access to the System.Collections.ICollection.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the System.Collections.IList.  
    Public MethodAdds the System.ComponentModel.PropertyDescriptor to the indexes used for searching.  
    Public MethodAdds a new item to the list.  
    Public MethodSorts the list based on a System.ComponentModel.PropertyDescriptor and a System.ComponentModel.ListSortDirection.  
    Public MethodDiscards a pending new item from the collection.  
    Public MethodRemoves all items from the System.Collections.IList.  
    Public MethodDetermines whether the System.Collections.IList contains a specific value.  
    Public MethodCopies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.  
    Public MethodCommits a pending new item to the collection.  
    Public MethodReturns the index of the row that has the given System.ComponentModel.PropertyDescriptor.  
    Public MethodReturns the System.ComponentModel.PropertyDescriptorCollection that represents the properties on each item used to bind data.  
    Public MethodReturns the name of the list.  
    Public MethodDetermines the index of a specific item in the System.Collections.IList.  
    Public MethodInserts an item to the System.Collections.IList at the specified index.  
    Public MethodRemoves the first occurrence of a specific object from the System.Collections.IList.  
    Public MethodRemoves the System.Collections.IList item at the specified index.  
    Public MethodRemoves the System.ComponentModel.PropertyDescriptor from the indexes used for searching.  
    Public MethodRemoves any sort applied using System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection).  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the list changes or an item in the list changes.  
    Top
    See Also