ASPxClientTreeListBatchEditApi.IsDeletedNode(nodeKey) Method
Indicates if the node with the specified key is deleted.
Declaration
IsDeletedNode(
nodeKey: string
): boolean
Parameters
Name | Type | Description |
---|---|---|
nodeKey | string | An string value that identifies the node by its key. |
Returns
Type | Description |
---|---|
boolean |
|
Remarks
In 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 IsDeletedNode method to determine if the node with the specified key is deleted on the client side.
See Also