DetailsViewRowCollection Properties
.NET Framework 2.0
| 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. |
Reference
DetailsViewRowCollection ClassSystem.Web.UI.WebControls Namespace
DetailsView Class
DetailsViewRow Class
DetailsView.Rows Property
DetailsView.HeaderRow Property
DetailsView.FooterRow Property
DetailsView.TopPagerRow Property
DetailsView.BottomPagerRow Property
Count
Item
CopyTo
GetEnumerator
Community Additions
ADD
Show: