System.Web.UI.WebControls.DetailsViewRowCollection: Property Members

The properties of System.Web.UI.WebControls.DetailsViewRowCollection are listed below. For a list of all members, see the DetailsViewRowCollection Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of items in the System.Web.UI.WebControls.DetailsViewRowCollection object.

[read-only]
IsReadOnlybool.

Gets a value indicating whether the rows in the System.Web.UI.WebControls.DetailsViewRowCollection object can be modified.

[read-only]
IsSynchronizedbool.

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]
SyncRootobject.

Gets the object used to synchronize access to the collection.