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