GridViewRowCollection Properties

 

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyCount

Gets the number of items in the GridViewRowCollection object.

System_CAPS_pubpropertyIsReadOnly

Gets a value indicating whether the rows in the GridViewRowCollection object can be modified.

System_CAPS_pubpropertyIsSynchronized

Gets a value indicating whether the GridViewRowCollection object is synchronized (thread-safe).

System_CAPS_pubpropertyItem[Int32]

Gets the GridViewRow object at the specified index.

System_CAPS_pubpropertySyncRoot

Gets the object used to synchronize access to the collection.

Return to top
Show: