System.Web.UI.WebControls.BaseDataList.DataKeysArray Property

Gets an ArrayList object that contains the key values of each record in a data listing control.

Syntax

protected ArrayList DataKeysArray { get; }

Value

a ArrayList

Remarks

The BaseDataList.DataKeysArray property is used by a derived class to store the key values of each record in a data listing control. This property is generally used to generate the System.Web.UI.WebControls.DataKeyCollection object contained in the BaseDataList.DataKeys property.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0