ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1MultiSelect Class / SelectionMode Property

In This Topic
    SelectionMode Property (C1MultiSelect)
    In This Topic
    Gets or sets a value indicating how the items of the C1.Win.TreeView.C1CheckList control can be selected. SelectionMode is of type enumeration C1.Win.TreeView.SelectionMode. The default is C1.Win.TreeView.SelectionMode.Multiple. When SelectionMode was changed value to Single then one item remains selected.
    Syntax
    'Declaration
     
    
    Public Property SelectionMode As C1.Win.TreeView.SelectionMode
    public C1.Win.TreeView.SelectionMode SelectionMode {get; set;}
    See Also