This documentation is archived and is not being maintained.
DataGridColumnCollection Properties
Visual Studio 2008
The DataGridColumnCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of columns in the DataGridColumnCollection collection. |
|
IsReadOnly | Gets a value that indicates whether the columns in the DataGridColumnCollection collection can be modified. |
|
IsSynchronized | Gets a value indicating whether access to the DataGridColumnCollection collection is synchronized (thread safe). |
|
Item | Gets a DataGridColumn-derived column object from the DataGridColumnCollection collection at the specified index. |
|
SyncRoot | Gets the object that can be used to synchronize access to the DataGridColumnCollection collection. |
| Name | Description | |
|---|---|---|
|
IStateManager::IsTrackingViewState | Infrastructure. Gets a value indicating whether the collection is tracking its view-state changes. |
Show: