DataKeyCollection Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items in the collection. |
![]() | IsReadOnly | Gets a value indicating whether items in the DataKeyCollection can be modified. |
![]() | IsSynchronized | Gets a value indicating whether the DataKeyCollection is synchronized (thread-safe). |
![]() | Item[Int32] | Gets the key field at the specified index in the collection. |
![]() | SyncRoot | Gets the object used to synchronize access to the DataKeyCollection. |
Show:
