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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
node | TreeListNode | null | A node that should be opened in the Edit Form. |
See Also