Edit Dock Title
This example demonstrates how to edit the RadDock title by modifying the
TitleBar template. You can add controls to the titlebar of RadDock either declaratively:
<telerik:raddock id="RadDock1" runat="server" text="Static Dock" width="400">
<titlebartemplate>
...
</titlebartemplate>
</telerik:raddock>
or in code-behind manipulating the TitlebarContainer controls collection.