DataGridColumnCollection Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
| 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[Int32] | 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the collection is tracking its view-state changes. |
Show:


