Skip to main content

ASPxClientTreeViewNodeCancelEventArgs.node Property

Gets a node object related to the event.

#Declaration

TypeScript

#Property Value

Type Description
ASPxClientTreeViewNode

An ASPxClientTreeViewNode object, manipulations on which forced the event to be raised.

#Remarks

The node property represents an ASPxClientTreeViewNode object concerned with raising the event.

See Also