The members of System.Web.UI.WebControls.DetailsViewRowCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.WebControls.DetailsViewRowCollection class using the specified ArrayList object. |
[read-only] | Count | int.
Gets the number of items in the System.Web.UI.WebControls.DetailsViewRowCollection object. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the rows in the System.Web.UI.WebControls.DetailsViewRowCollection object can be modified. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether the System.Web.UI.WebControls.DetailsViewRowCollection object is synchronized (thread safe). |
[read-only] default property | Item(int) | DetailsViewRow. Documentation for this section has not yet been entered. |
[read-only] | SyncRoot | object.
Gets the object used to synchronize access to the collection. |
CopyTo(DetailsViewRow[], int)
| ||
GetEnumerator()
|
ICollection.CopyTo |
Copies all the items from this System.Web.UI.WebControls.DetailsViewRowCollection object to the specified Array object, starting at the specified index in the Array. |