Occurs after a tab is data bound.
Example
The following example demonstrates how to map fields from the data item to
tab properties using the TabDataBound event.
Event Data
The event handler receives an argument of type TabStripEventArgs containing data related to this event. The following TabStripEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Tab |
Gets the referenced Tab in the
RadTabStrip control when the event is raised.
|
Namespace: Telerik.WebControls
Assembly: RadTabStrip (in RadTabStrip.dll)
Syntax