This documentation is archived and is not being maintained.

DataGridColumnCollection Properties

The DataGridColumnCollection type exposes the following members.

  NameDescription
Public property Count Gets the number of columns in the DataGridColumnCollection collection.
Public property IsReadOnly Gets a value that indicates whether the columns in the DataGridColumnCollection collection can be modified.
Public property IsSynchronized Gets a value indicating whether access to the DataGridColumnCollection collection is synchronized (thread safe).
Public property Item Gets a DataGridColumn-derived column object from the DataGridColumnCollection collection at the specified index.
Public property SyncRoot Gets the object that can be used to synchronize access to the DataGridColumnCollection collection.
Top

  NameDescription
Explicit interface implemetation Private property IStateManager::IsTrackingViewState Infrastructure. Gets a value indicating whether the collection is tracking its view-state changes.
Top
Show: