GridTableViewExtractValuesFromItem Method |
The passed IDictionary object (like Hashtable for example) will be filled with the
names/values of the corresponding column data-fields and their values. Only
instances of type
GridEditableColumn support extracting values.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void ExtractValuesFromItem(
IDictionary newValues,
GridEditableItem editedItem
)
Public Sub ExtractValuesFromItem (
newValues As IDictionary,
editedItem As GridEditableItem
)
public:
void ExtractValuesFromItem(
IDictionary^ newValues,
GridEditableItem^ editedItem
)
member ExtractValuesFromItem :
newValues : IDictionary *
editedItem : GridEditableItem -> unit
Parameters
- newValues
- Type: System.CollectionsIDictionary
- editedItem
- Type: Kettic.AspNet.ControlsGridEditableItem
See Also