[]
The list box control.
public interface IListBox : IControl<IListBox>, ISelector<ListBoxItem>, ISelector, ICellLinkControl<int>, ICellLinkControl, IControl
Gets the currently selected items.
ICollection<ListBoxItem> SelectedItems { get; }
The selection mode.
SelectionMode SelectionMode { get; set; }