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

In This Topic
    SelectionMode Property (C1ComboBox)
    In This Topic
    Gets or sets the selection mode.
    Syntax
    'Declaration
     
    
    Public Property SelectionMode As C1ComboBoxSelectionMode
    public C1ComboBoxSelectionMode SelectionMode {get; set;}
    See Also