DataGridColumnCollection Properties

  Name Description
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

  Name Description
Explicit interface implementation Property System.Web.UI.IStateManager.IsTrackingViewState Gets a value indicating whether the collection is tracking its view-state changes.
Top

Community Additions

ADD
Show: