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