ASPxTreeList.StartEdit(String) Method
Switches the ASPxTreeList to edit mode.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
nodeKey | String | A String value that uniquely identifies a node to be edited. |
Remarks
End-users can switch the ASPxTreeList control to edit mode by clicking the Edit command button.
To cancel the operation, handle the ASPxTreeList.StartNodeEditing event. To start edit a new node, use the ASPxTreeList.StartEditNewNode method.
To learn more, see Data Editing.
See Also