Skip to main content
A newer version of this page is available. .

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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.TreeList

Declaration

public virtual void ShowEditForm(
    TreeListNode node = null
)

Optional Parameters

Name Type Default Description
node TreeListNode null

A node that should be opened in the Edit Form.

See Also