ESRI.ArcGIS.ADF.Web.UI.WebControls | |
DropDownBoxItemCollection Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : DropDownBoxItemCollection Class |
The following tables list the members exposed by DropDownBoxItemCollection.
Name | Description | |
---|---|---|
DropDownBoxItemCollection Constructor | Overloaded. Constructor taking the serialized value of a collection. |
Name | Description | |
---|---|---|
Count | The number of items in this collection. | |
IsSynchronized | Indicates whether the collection is synchronized. | |
Item | Indexer to this collection | |
SyncRoot | The SyncRoot for this collection. |
Name | Description | |
---|---|---|
Add | Adds an item to collection. | |
Clear | Clears the collection of all items. | |
Contains | Indicates whether the collection contains the item. | |
CopyTo | Copies the collection to an array. | |
FromString | Populates the item collection from the passed-in string. | |
GetEnumerator | Get an enumerator to the collection. | |
IndexOf | Returns the index of the specified item in the collection. | |
Insert | Inserts an item into the collection. | |
Remove | Removes an item from the collection. | |
RemoveAt | Removes the item from the collection at the specified index. | |
ToString | Overridden. Serializes the collection to a string. |