The members of System.Web.UI.WebControls.ListItemCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.WebControls.ListItemCollection class. |
Capacity | int.
Gets or sets the maximum number of items that the System.Web.UI.WebControls.ListItemCollection can store. | |
[read-only] | Count | int.
Gets the number of System.Web.UI.WebControls.ListItem objects in the collection. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the System.Web.UI.WebControls.ListItemCollection is read-only. |
[read-only] | IsSynchronized | bool.
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] | SyncRoot | object.
Gets the object that can be used to synchronize access to the System.Web.UI.WebControls.ListItemCollection. |
Add(string)
| ||
Add(ListItem)
| ||
AddRange(ListItem[])
| ||
Clear()
| ||
Contains(ListItem)
| ||
CopyTo(Array, int)
| ||
FindByText(string)
| ||
FindByValue(string)
| ||
GetEnumerator()
| ||
IndexOf(ListItem)
| ||
Insert(int, string)
| ||
Insert(int, ListItem)
| ||
Remove(string)
| ||
Remove(ListItem)
| ||
RemoveAt(int)
|
IList.Add |
For a description of this member, see IList.Add(object). | |
IList.Contains |
For a description of this member, see IList.Contains(object). | |
IList.IndexOf |
For a description of this member, see IList.IndexOf(object). | |
IList.Insert |
For a description of this member, see IList.Insert(int, object). | |
[read-only] | IList.IsFixedSize | bool.
For a description of this member, see IList.IsFixedSize. |
[read-only] | System.Web.UI.IStateManager.IsTrackingViewState | bool.
For a description of this member, see System.Web.UI.IStateManager.IsTrackingViewState. |
IList.Item | object. Documentation for this section has not yet been entered. | |
System.Web.UI.IStateManager.LoadViewState |
Loads the previously saved state. | |
IList.Remove |
For a description of this member, see IList.Remove(object). | |
System.Web.UI.IStateManager.SaveViewState |
Returns object containing state changes. | |
System.Web.UI.IStateManager.TrackViewState |
Starts tracking state of changes. |