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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string DataKeyField { get; set; }
Public Property DataKeyField As String
Get
Set
public:
property String^ DataKeyField {
String^ get ();
void set (String^ value);
}
member DataKeyField : string with get, set
Property Value
Type:
StringThe 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