Click or drag to resize
KaxListViewDataItemGetDataKeyValue Method
Get the DataKeyValues from the owner KaxListView with the corresponding item DisplayIndex and keyName. The keyName should be one of the specified in the DataKeyNames array

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public Object GetDataKeyValue(
	string keyName
)

Parameters

keyName
Type: SystemString
data key name

Return Value

Type: Object
data key value
See Also