ASPxClientTreeListBatchEditApi.GetNodeKeys(includeDeleted) Method
Returns an array of node keys.
Declaration
GetNodeKeys(
includeDeleted: boolean
): string[]
Parameters
Name | Type | Description |
---|---|---|
includeDeleted | boolean |
|
Returns
Type | Description |
---|---|
string[] | An array of string values that are node keys. |
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 GetNodeKeys method to get keys of nodes that are currently presented on the client side.
See Also