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