Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Packages: DevExpress.Win.Navigation, 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