Skip to main content
All docs
V25.1
  • EditFormHiddenEventArgs.Node Property

    Gets the node for which the Edit From is closed.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.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