ESRI.ArcGIS.ADF.Web.UI.WebControls
DropDownBoxItemCollection Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : DropDownBoxItemCollection Class




A collection of ListItem objects used in a DropDownBox.

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.DropDownBoxItemCollectionConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<SerializableAttribute()>
Public Class DropDownBoxItemCollection 
Visual Basic (Usage)Copy Code
Dim instance As DropDownBoxItemCollection
C# 
[DefaultMemberAttribute("Item")]
[TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.DropDownBoxItemCollectionConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[SerializableAttribute()]
public class DropDownBoxItemCollection 

Remarks

The DropDownBoxItemCollection maintains a collection of standard ASP.NET ListItem objects, similar to the ASP.NET ,ListItemCollection but is specifically designed to be used as the item collection for the DropDownBox.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.UI.WebControls.DropDownBoxItemCollection

See Also

© 2010 All Rights Reserved.