ComponentOne TreeView for ASP.NET WebForms
Appearance and Behavior / Node Selection
In This Topic
    Node Selection
    In This Topic

    When you click on a node at run time it is automatically marked as selected. Clicking a node will raise the SelectedNodesChanged event to provide custom functionality. To have the nodes marked as selected without clicking them you can enable the Selected property. Multiple nodes can be selected at one time by holding down the control key while mouse clicking multiple nodes. To unselect a node, click on it again. The nodes are marked as selected in the following C1TreeView:

    See Also