ComponentOne MultiSelect for WinForms
Features / Multi-Selection Mode
In This Topic
    Multi-Selection Mode
    In This Topic

    MultiSelect provides SelectionMode property to determine whether you can select one or more than one item from the header. This property lets you choose between the following selection modes through SelectionMode enumeration:

    To set the selection mode to multiple, use the following code:

    C1MultiSelect1.SelectionMode = C1.Win.TreeView.SelectionMode.Single
    
    c1MultiSelect1.SelectionMode = C1.Win.TreeView.SelectionMode.Single;