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

EditFormHiddenEventArgs.Node Property

Gets the node for which the Edit From is closed.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

public TreeListNode Node { get; }

Property Value

Type Description
TreeListNode

An object that specifies the processed node.

See Also