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

BootstrapTreeViewNodeCancelEventArgs.Node Property

Gets a node object related to the event.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public BootstrapTreeViewNode Node { get; }

Property Value

Type Description
BootstrapTreeViewNode

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

Remarks

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

See Also