CollectionView for WinForms
C1CollectionViewBindingList クラス メンバ
プロパティ  メソッド  イベント

C1.Win.CollectionView アセンブリ > C1.Win.CollectionView 名前空間 : C1CollectionViewBindingList クラス

C1CollectionViewBindingListデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタオーバーロードされます。   
トップ
パブリック プロパティ
 名前解説
Public プロパティGets whether you can update items in the list.  
Public プロパティGets whether you can add items to the list using System.ComponentModel.IBindingList.AddNew.  
Public プロパティGets whether you can remove items from the list, using System.Collections.IList.Remove(System.Object) or System.Collections.IList.RemoveAt(System.Int32).  
Public プロパティGets or sets the underlying collection view.  
Public プロパティGets the number of elements contained in the System.Collections.ICollection.  
Public プロパティGets a value indicating whether the System.Collections.IList has a fixed size.  
Public プロパティGets a value indicating whether the System.Collections.IList is read-only.  
Public プロパティGets whether the items in the list are sorted.  
Public プロパティGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).  
Public プロパティGets the System.Object at the specified index.  
Public プロパティGets the direction of the sort.  
Public プロパティGets the System.ComponentModel.PropertyDescriptor that is being used for sorting.  
Public プロパティGets whether a System.ComponentModel.IBindingList.ListChanged event is raised when the list changes or an item in the list changes.  
Public プロパティGets whether the list supports searching using the System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object) method.  
Public プロパティGets whether the list supports sorting.  
Public プロパティGets an object that can be used to synchronize access to the System.Collections.ICollection.  
トップ
パブリック メソッド
 名前解説
Public メソッドAdds an item to the System.Collections.IList.  
Public メソッドAdds the System.ComponentModel.PropertyDescriptor to the indexes used for searching.  
Public メソッドAdds a new item to the list.  
Public メソッドSorts the list based on a System.ComponentModel.PropertyDescriptor and a System.ComponentModel.ListSortDirection.  
Public メソッドDiscards a pending new item from the collection.  
Public メソッドRemoves all items from the System.Collections.IList.  
Public メソッドDetermines whether the System.Collections.IList contains a specific value.  
Public メソッドCopies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.  
Public メソッドCommits a pending new item to the collection.  
Public メソッドReturns the index of the row that has the given System.ComponentModel.PropertyDescriptor.  
Public メソッドReturns the System.ComponentModel.PropertyDescriptorCollection that represents the properties on each item used to bind data.  
Public メソッドReturns the name of the list.  
Public メソッドDetermines the index of a specific item in the System.Collections.IList.  
Public メソッドInserts an item to the System.Collections.IList at the specified index.  
Public メソッドRemoves the first occurrence of a specific object from the System.Collections.IList.  
Public メソッドRemoves the System.Collections.IList item at the specified index.  
Public メソッドRemoves the System.ComponentModel.PropertyDescriptor from the indexes used for searching.  
Public メソッドRemoves any sort applied using System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection).  
トップ
パブリック イベント
 名前解説
Public イベントOccurs when the list changes or an item in the list changes.  
トップ
参照

C1CollectionViewBindingList クラス
C1.Win.CollectionView 名前空間