Source Code & Description
You can add tabs to a tabstrip instance dynamically using the server-side
API. The RadTabStrip class exposes a Tabs collection -
tabs added to this collection are the root (first-level) tabs of the tabstrip.
The Tab class also exposes a Tabs collection
- tabs added to the Tabs collection of a particular Tab
are the child tabs of the Tab.