This documentation is archived and is not being maintained.
GridViewRowCollection Properties
Visual Studio 2008
The GridViewRowCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of items in the GridViewRowCollection object. |
|
IsReadOnly | Gets a value indicating whether the rows in the GridViewRowCollection object can be modified. |
|
IsSynchronized | Gets a value indicating whether the GridViewRowCollection object is synchronized (thread-safe). |
|
Item | Gets the GridViewRow object at the specified index. |
|
SyncRoot | Gets the object used to synchronize access to the collection. |
Show: