Skip to main content

EditFormHiddenEventArgs.Node Property

Gets the node for which the Edit From is closed.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public TreeListNode Node { get; }

Property Value

Type Description
TreeListNode

An object that specifies the processed node.

See Also