List Box Properties in .NET

Below is a list of properties available for the List Box control

  1. Items - Retrieves values from listbox
  2. MultiColumn - gets or sets the value to a list box containing multiple columns
  3. SelectedIndex - retrieves the index of item
  4. SelectedIndices - same as above except for the multiple items that are selected
  5. SelectedItem - get or set the selected item
  6. SelectedItems - retrieve a collections of the currently selected items
  7. SelectionMode - Establishes the way items are selected (i.e. one or multiple)
  8. Text - gets the text of the currently selected item