TreeViewNodeEventArgs.Node Property
In This Article
Gets a node object related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeViewNode Node { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The Node property represents a TreeViewNode object concerned with raising the event.
See Also