Skip to main content

EditFormPreparedEventArgs.Node Property

Gets the processed node.

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