| Wijmo Control Toolkit Extender Controls > C1TabsExtender > C1TabsExtender Tutorial > Step 3 of 4: Customizing the Tabs |
In this topic you will set some of the properties for the C1TabsExtender control to customize the tabbing.
<wijmo:C1TabsExtender ID="Panel1_C1TabsExtender" runat="server"
TargetControlID="Panel1" Alignment="Left" Collapsible="True"
Event="mouseover" >
</wijmo:C1TabsExtender>
Now run the project to see the tabbed content.