ListControl.Items Property
.NET Framework 3.0
Gets the collection of items in the list control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public ListItemCollection get_Items ()
public function get Items () : ListItemCollection
Not applicable.
Property Value
A ListItemCollection that represents the items within the list. The default is an empty list.Use this property to get the properties of items in the list control. This property can be used to determine the selected items in the list control.
| Topic | Location |
|---|---|
| How to: Set Web Server Control Properties in Collections | Building ASP .NET Web Applications |
| How to: Set Web Server Control Properties in Collections | Building ASP .NET Web Applications |
The following example demonstrates how to use the Items property to determine the selected items in a CheckBoxList control.
Community Additions
ADD
Show: