The properties of System.Web.UI.WebControls.DataKeyArray are listed below. For a list of all members, see the DataKeyArray Members list.
See Also: Inherited members from System.Object
[read-only] | Count | int.
Gets the number of items in the collection. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the items in the collection can be modified. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether the System.Web.UI.WebControls.DataKeyArray collection is synchronized (thread safe). |
[read-only] default property | Item(int) | DataKey. Documentation for this section has not yet been entered. |
[read-only] | SyncRoot | object.
Gets the object used to synchronize access to the collection. |