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

BootstrapTreeView.NodeDataBound Event

Occurs after a node has been bound to a data source.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public event BootstrapTreeViewNodeEventHandler NodeDataBound

Event Data

The NodeDataBound event's data class is BootstrapTreeViewNodeEventArgs. The following properties provide information specific to this event:

Property Description
Node Gets a node object related to the event.
See Also