Click or drag to resize
KaxListBoxDataKeys Property
Gets a DataKeyCollection object that stores the key values of each record.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual DataKeyCollection DataKeys { get; }

Property Value

Type: DataKeyCollection
The data keys.
Remarks
The DataKeys property is populated after databinding if the DataKeyField property is set.
See Also