Skip to main content
A newer version of this page is available. .

ASPxClientTreeList.GetEditingNodeKey Method

Gets the key value of the node currently being edited.

Declaration

GetEditingNodeKey(): string

Returns

Type Description
string

A string value that identifies the node currently being edited.

Remarks

The GetEditingNodeKey method returns returns a null reference in the cases listed below:

  • the ASPxTreeList is in browse mode (no node is being edited);
  • a new node is being edited.
See Also