Skip to main content

ASPxClientTreeListBatchEditApi.DeleteNode(nodeKey) Method

Deletes the specified node when ASPxTreeList is in Batch Edit.

Declaration

DeleteNode(
    nodeKey: string
): void

Parameters

Name Type Description
nodeKey string

An integer value that identifies the node index.

Remarks

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

See Also