ASPxClientTreeList.GetNodeValues(nodeKey, fieldNames, onCallback) Method
Obtains specified data source field values within a specified node, and submits them to the specified JavaScript function.
Declaration
GetNodeValues(
nodeKey: string,
fieldNames: string | string[],
onCallback: ASPxClientTreeListValuesCallback
): void
Parameters
Name | Type | Description |
---|---|---|
nodeKey | string | A string value that identifies the node. |
fieldNames | string | string[] | The names of data source fields whose values within the specified node are returned. |
onCallback | ASPxClientTreeListValuesCallback | A ASPxClientTreeListValuesCallback object that represents the JavaScript function which receives the list of values as a parameter. |
See Also