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




A collection of ListItem objects used in a DropDownBox.

Object Model

DropDownBoxItemCollection Class

Syntax

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.