TreeViewSettings.NodeDataBound Property
In This Article
Enables you to perform custom actions after a node has been bound to a data source.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public TreeViewNodeEventHandler NodeDataBound { get; set; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The NodeDataBound property enables you to customize settings of the related node before it is finally rendered.
The processed node can be accessed by using the TreeViewNodeEventArgs.Node property of the event’s argument.
See Also