DataGridColumnCollection Properties
.NET Framework 2.0
| 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 | |
|---|---|---|
| System.Web.UI.IStateManager.IsTrackingViewState | Gets a value indicating whether the collection is tracking its view-state changes.. |
Community Additions
ADD
Show: