TreeList.ShowEditForm(TreeListNode) Method
In This Article
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.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public virtual void ShowEditForm(
TreeListNode node = null
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
node | Tree |
null | A node that should be opened in the Edit Form. |
See Also