ListControl.Items Property

Gets the collection of items in the list control.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

public:
virtual property ListItemCollection^ Items {
	ListItemCollection^ get ();
}
/** @property */
public ListItemCollection get_Items ()

public function get Items () : ListItemCollection

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.

TopicLocation
How to: Set Web Server Control Properties in CollectionsBuilding ASP .NET Web Applications
How to: Set Web Server Control Properties in CollectionsBuilding ASP .NET Web Applications

The following example demonstrates how to use the Items property to determine the selected items in a CheckBoxList control.

No code example is currently available or this language may not be supported.

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0, 1.1, 1.0

Community Additions

ADD
Show: