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