Skip to main content

ASPxClientTreeListBatchEditApi.GetDeletedNodeKeys Method

Returns an array of the deleted node keys.

Declaration

GetDeletedNodeKeys(): string[]

Returns

Type Description
string[]

An array of string values that are the keys of the deleted nodes.

Remarks

In the batch edit mode, the ASPxTreeList control allows modifying a batch of data on the client side and sending it to the server in one request.

Use the GetDeletedNodeKeys method to get keys of nodes that are deleted on the client side.

See Also