System.Web.UI.WebControls Namespace ListControl Class
Returns the collection of items in a list control.
Script |
[ ListItemCollection variable = ] ListControl.Items |
The property is read only with no default value.
Use this property to get the properties of each item in the list control. This property can be used to specify or determine the selected items in the list control.
Below are links to code examples that illustrate using a list control's Items property in varied scenarios.
ListControl Members Selected