Click or drag to resize
KaxListViewDataItemExtractValues Method
Extracts values from this KaxListViewDataItem instance and appends them to passed IDictionary collection

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 ExtractValues(
	IDictionary newValues
)

Parameters

newValues
Type: System.CollectionsIDictionary
This is dictionary to fill, this parameter should not be null
Exceptions
ExceptionCondition
ArgumentNullExceptionnewValues is null.
See Also