DataGridViewComboBoxCell.ObjectCollection Properties
.NET Framework 4.5
The DataGridViewComboBoxCell.ObjectCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of items in the collection. |
|
IsReadOnly | Gets a value indicating whether the collection is read-only. |
|
Item | Gets or sets the item at the current index location. In C#, this property is the indexer for the DataGridViewComboBoxCell.ObjectCollection class. |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). |
|
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the collection. |
|
IList.IsFixedSize | Gets a value indicating whether the collection has a fixed size. |