Tooltips
Enabling Tooltips
To enable the tooltips you need to set the ShowNodeToolTips property.
Setting Tooltips
You can directly assign a tooltip to each node in RadTreeView.
Using the ToolTipTextNeeded event
You can dynamically set the tooltips at runtime. This is achieved by using the ToolTipTextNeeded event.