EditFormPreparedEventArgs.Node Property
In This Article
Gets the processed node.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public TreeListNode Node { get; }
#Property Value
Type | Description |
---|---|
Tree |
An object that specifies the processed node. |
See Also