Skip to main content
A newer version of this page is available. .
Tab

TreeViewNodeEventArgs.Node Property

Gets a node object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public TreeViewNode Node { get; }

Property Value

Type Description
TreeViewNode

A TreeViewNode object, manipulations on which forced the event to be raised.

Remarks

The Node property represents a TreeViewNode object concerned with raising the event.

See Also