Skip to main content

BootstrapTreeViewNodeCommandEventArgs.Node Property

Gets a node object related to the event.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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