This documentation is archived and is not being maintained.
DataGridColumnCollection Properties
.NET Framework 1.1
The properties of the DataGridColumnCollection class are listed here. For a complete list of DataGridColumnCollection class members, see the DataGridColumnCollection Members topic.
Public Properties
Count | Gets the number of columns in the DataGridColumnCollection. |
IsReadOnly | Gets a value that indicates whether the columns in the DataGridColumnCollection can be modified. |
IsSynchronized | Gets a value indicating whether access to the DataGridColumnCollection is synchronized (thread-safe). |
Item | Gets a DataGridColumn derived column object from the DataGridColumnCollection collection at the specified index.
In C#, this property is the indexer for the DataGridColumnCollection class. |
SyncRoot | Gets the object that can be used to synchronize access to the DataGridColumnCollection. |
See Also
DataGridColumnCollection Class | System.Web.UI.WebControls Namespace
Show:
