DataKeyCollection Properties

 

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

NameDescription
System_CAPS_pubpropertyCount

Gets the number of items in the collection.

System_CAPS_pubpropertyIsReadOnly

Gets a value indicating whether items in the DataKeyCollection can be modified.

System_CAPS_pubpropertyIsSynchronized

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

System_CAPS_pubpropertyItem[Int32]

Gets the key field at the specified index in the collection.

System_CAPS_pubpropertySyncRoot

Gets the object used to synchronize access to the DataKeyCollection.

Return to top
Show: