DataGridItemCollection Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Count | Gets the number of DataGridItem objects in the collection. |
| IsReadOnly | Gets a value that indicates whether the DataGridItem objects in the DataGridItemCollection collection can be modified. |
| IsSynchronized | Gets a value indicating whether access to the DataGridItemCollection collection is synchronized (thread-safe). |
| Item | Gets the DataGridItem object at the specified index in the collection. |
| SyncRoot | Gets the object that can be used to synchronize access to the DataGridItemCollection collection. |
Community Additions
ADD
Show: