名前 | 解説 | |
---|---|---|
C1CollectionViewBindingList コンストラクタ | オーバーロードされます。 |
C1CollectionViewBindingListデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
C1CollectionViewBindingList コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
AllowEdit | Gets whether you can update items in the list. | |
AllowNew | Gets whether you can add items to the list using System.ComponentModel.IBindingList.AddNew. | |
AllowRemove | Gets whether you can remove items from the list, using System.Collections.IList.Remove(System.Object) or System.Collections.IList.RemoveAt(System.Int32). | |
CollectionView | Gets or sets the underlying collection view. | |
Count | Gets the number of elements contained in the System.Collections.ICollection. | |
IsFixedSize | Gets a value indicating whether the System.Collections.IList has a fixed size. | |
IsReadOnly | Gets a value indicating whether the System.Collections.IList is read-only. | |
IsSorted | Gets whether the items in the list are sorted. | |
IsSynchronized | Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). | |
Item | Gets the System.Object at the specified index. | |
SortDirection | Gets the direction of the sort. | |
SortProperty | Gets the System.ComponentModel.PropertyDescriptor that is being used for sorting. | |
SupportsChangeNotification | Gets whether a System.ComponentModel.IBindingList.ListChanged event is raised when the list changes or an item in the list changes. | |
SupportsSearching | Gets whether the list supports searching using the System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object) method. | |
SupportsSorting | Gets whether the list supports sorting. | |
SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ICollection. |
名前 | 解説 | |
---|---|---|
Add | Adds an item to the System.Collections.IList. | |
AddIndex | Adds the System.ComponentModel.PropertyDescriptor to the indexes used for searching. | |
AddNew | Adds a new item to the list. | |
ApplySort | Sorts the list based on a System.ComponentModel.PropertyDescriptor and a System.ComponentModel.ListSortDirection. | |
CancelNew | Discards a pending new item from the collection. | |
Clear | Removes all items from the System.Collections.IList. | |
Contains | Determines whether the System.Collections.IList contains a specific value. | |
CopyTo | Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. | |
EndNew | Commits a pending new item to the collection. | |
Find | Returns the index of the row that has the given System.ComponentModel.PropertyDescriptor. | |
GetItemProperties | Returns the System.ComponentModel.PropertyDescriptorCollection that represents the properties on each item used to bind data. | |
GetListName | Returns the name of the list. | |
IndexOf | Determines the index of a specific item in the System.Collections.IList. | |
Insert | Inserts an item to the System.Collections.IList at the specified index. | |
Remove | Removes the first occurrence of a specific object from the System.Collections.IList. | |
RemoveAt | Removes the System.Collections.IList item at the specified index. | |
RemoveIndex | Removes the System.ComponentModel.PropertyDescriptor from the indexes used for searching. | |
RemoveSort | Removes any sort applied using System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection). |
名前 | 解説 | |
---|---|---|
ListChanged | Occurs when the list changes or an item in the list changes. |