Skip to main content

ASPxClientTreeListBatchEditApi.RecoverNode(nodeKey) Method

Recovers the specified node when ASPxTreeList is in Batch Edit mode.

Declaration

RecoverNode(
    nodeKey: string
): void

Parameters

Name Type Description
nodeKey string

An string value that identifies the node key.

Remarks

In this mode, the ASPxTreeList control allows you to recover the specified node on the client side and send all changes to the server in one request.

See Also