System.Web.UI.WebControls.ListItemCollection: Property Members

The properties of System.Web.UI.WebControls.ListItemCollection are listed below. For a list of all members, see the ListItemCollection Members list.

See Also: Inherited members from System.Object

Public Properties

Capacityint.

Gets or sets the maximum number of items that the System.Web.UI.WebControls.ListItemCollection can store.

[read-only]
Countint.

Gets the number of System.Web.UI.WebControls.ListItem objects in the collection.

[read-only]
IsReadOnlybool.

Gets a value indicating whether the System.Web.UI.WebControls.ListItemCollection is read-only.

[read-only]
IsSynchronizedbool.

Gets a value indicating whether access to the System.Web.UI.WebControls.ListItemCollection is synchronized (thread-safe).

[read-only]
default property
Item(int)ListItem. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

Gets the object that can be used to synchronize access to the System.Web.UI.WebControls.ListItemCollection.