Click or drag to resize
KaxListBoxDataKeyField Property
Gets or sets the key field in the data source. Usually this is the database column which denotes the primary key.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string DataKeyField { get; set; }

Property Value

Type: String
The name of the key field in the data source specified.
Remarks
DataKeyField is required for automatic data source updates during transfer, reorder and delete.
See Also