List Box Properties in .NET
Below is a list of properties available for the List Box control
- Items - Retrieves values from listbox
- MultiColumn - gets or sets the value to a list box containing multiple columns
- SelectedIndex - retrieves the index of item
- SelectedIndices - same as above except for the multiple items that are selected
- SelectedItem - get or set the selected item
- SelectedItems - retrieve a collections of the currently selected items
- SelectionMode - Establishes the way items are selected (i.e. one or multiple)
- Text - gets the text of the currently selected item
Tags: