ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1TreeExtender / C1TreeExtender Tutorial / Step 2 of 4: Adding a C1TreeExtender to the Page
In This Topic
    Step 2 of 4: Adding a C1TreeExtender to the Page
    In This Topic

    In this step, you will add a C1TreeExtender control to associate with the panel and create a hierarchical tree.

    1. Drag a C1TreeExtender control to the form from the Visual Studio Toolbox.
    2. Set the TargetControlID property to Panel1.

    <cc1:C1TreeExtender ID="Panel1_C1TreeExtender" runat="server"

            TargetControlID="Panel1">

        </cc1:C1TreeExtender>

    Now set some properties to customize the tree.