Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ListBox Class / SelectionMode Property

In This Topic
    SelectionMode Property (C1ListBox)
    In This Topic
    Gets or sets if selection is disabled, single, multiple, or extended.
    Syntax
    'Declaration
     
    
    Public Property SelectionMode As C1SelectionMode
    public C1SelectionMode SelectionMode {get; set;}
    See Also