ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / SelectionMode Property

In This Topic
    SelectionMode Property (C1List)
    In This Topic
    Returns or sets the type of selection allowed in the list.
    Syntax
    'Declaration
     
    
    Public Property SelectionMode As SelectionModeEnum
    public SelectionModeEnum SelectionMode {get; set;}
    Remarks
    Please see the SelectionModeEnum for more details.
    See Also