TreeList.ShowEditForm(TreeListNode) Method
Opens the Edit Form for the specific Tree List node. If the node parameter is not set, the Edit Form opens for the currently focused node.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v26.1.dll
Declaration
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| node | TreeListNode | null | A node that should be opened in the Edit Form. |
See Also