1 instantiation of DataKeyCollection
System.Web (1)
UI\WebControls\BaseDataList.cs (1)
144
dataKeysCollection = new
DataKeyCollection
(this.DataKeysArray);
7 references to DataKeyCollection
System.Web (7)
UI\WebControls\BaseDataList.cs (2)
34
private
DataKeyCollection
dataKeysCollection;
141
public
DataKeyCollection
DataKeys {
UI\WebControls\DataKeyCollection.cs (4)
20
/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.
DataKeyCollection
'/> class.</para>
38
/// <para>Gets the value that specifies whether items in the <see cref='System.Web.UI.WebControls.
DataKeyCollection
'/> can be
49
/// <para>Gets a value that indicates whether the <see cref='System.Web.UI.WebControls.
DataKeyCollection
'/> is
91
/// <para>Creates an enumerator for the <see cref='System.Web.UI.WebControls.
DataKeyCollection
'/> used to iterate
UI\WebControls\DataList.cs (1)
607
DataKeyCollection
keys = DataKeys;