Edit

Share via


BaseDataList.DataKeysArray Property

Definition

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

C#
protected System.Collections.ArrayList DataKeysArray { get; }

Property Value

An ArrayList that contains the key values of each record in a data listing control.

Remarks

The 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 DataKeyCollection object contained in the DataKeys property.

Applies to

See also