ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1MultiSelect Class / SelectionMode Property

In This Topic
    SelectionMode Property (C1MultiSelect)
    In This Topic
    Gets or sets the selection behavior for the ListBox control.
    Syntax
    'Declaration
     
    
    Public Property SelectionMode As C1.WPF.Core.C1SelectionMode
    public C1.WPF.Core.C1SelectionMode SelectionMode {get; set;}
    See Also