Skip to main content

ASPxClientTreeList.GetVisibleNodeValues(fieldNames, onCallback) Method

Obtains specified data source field values within nodes that are displayed within the current page, and submits them to the specified JavaScript function.

Declaration

GetVisibleNodeValues(
    fieldNames: string | string[],
    onCallback: ASPxClientTreeListValuesCallback
): void

Parameters

Name Type Description
fieldNames string | string[]

The names of data source fields whose values within visible nodes are returned.

onCallback ASPxClientTreeListValuesCallback

A ASPxClientTreeListValuesCallback object that represents the JavaScript function which receives the list of values as a parameter.

See Also