DataGridItemCollection Properties

 

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

NameDescription
System_CAPS_pubpropertyCount

Gets the number of DataGridItem objects in the collection.

System_CAPS_pubpropertyIsReadOnly

Gets a value that indicates whether the DataGridItem objects in the DataGridItemCollection collection can be modified.

System_CAPS_pubpropertyIsSynchronized

Gets a value indicating whether access to the DataGridItemCollection collection is synchronized (thread-safe).

System_CAPS_pubpropertyItem[Int32]

Gets the DataGridItem object at the specified index in the collection.

System_CAPS_pubpropertySyncRoot

Gets the object that can be used to synchronize access to the DataGridItemCollection collection.

Return to top
Show: