Back to Devexpress

TreeList.ShowEditForm(TreeListNode) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-showeditform-x28-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-x29.md

latest1.4 KB
Original Source

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

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

Declaration

csharp
public virtual void ShowEditForm(
    TreeListNode node = null
)
vb
Public Overridable Sub ShowEditForm(
    node As TreeListNode = Nothing
)

Optional Parameters

NameTypeDefaultDescription
nodeTreeListNodenull

A node that should be opened in the Edit Form.

|

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace