[]
        
(Showing Draft Content)

C1.WPF.Input.C1ComboBox.SelectedItems

SelectedItems Property

SelectedItems

Gets or set the list of items which are selected.

Declaration
public IList<object> SelectedItems { get; set; }
Public Property SelectedItems As IList(Of Object)