Click or drag to resize
KaxListViewExtractValuesFromItem Method
The passed IDictionary object (like Hashtable for example) will be filled with the names/values of the corresponding KaxListViewDataItem's bound values and data-key values if included.

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 void ExtractValuesFromItem(
	IDictionary newValues,
	KaxListViewDataItem dataItem,
	bool includePrimaryKey
)

Parameters

newValues
Type: System.CollectionsIDictionary
dataItem
Type: Kettic.AspNet.ControlsKaxListViewDataItem
includePrimaryKey
Type: SystemBoolean
Exceptions
ExceptionCondition
ArgumentNullExceptiondataItem is null.
ArgumentNullExceptionnewValues is null.
See Also