ASPxClientTreeList.GetNodeValues(nodeKey, fieldNames, onCallback) Method
In This Article
Obtains specified data source field values within a specified node, and submits them to the specified JavaScript function.
#Declaration
TypeScript
GetNodeValues(
nodeKey: string,
fieldNames: string | string[],
onCallback: ASPxClientTreeListValuesCallback
): void
#Parameters
Name | Type | Description |
---|---|---|
node |
string | A string value that identifies the node. |
field |
string | string[] | The names of data source fields whose values within the specified node are returned. |
on |
ASPx |
A ASPx |
See Also