ASPxClientTreeViewNodeEventArgs.node Property
In This Article
Gets a node object related to the event.
#Declaration
TypeScript
node: ASPxClientTreeViewNode
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
The node property represents an ASPxClientTreeViewNode object concerned with raising the event.
See Also