ESRI.ArcGIS.ADF.Web.UI.WebControls
Items Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DropDownBox Class : Items Property




The collection of ListItem objects on this DropDownBox toolbar item.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("DropDownBox")>
<TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.DropDownBoxItemCollectionConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResDescriptionAttribute("The collection of ListItem objects on this drop down box toolbar item.")>
Public Overridable Property Items As DropDownBoxItemCollection
Visual Basic (Usage)Copy Code
Dim instance As DropDownBox
Dim value As DropDownBoxItemCollection
 
instance.Items = value
 
value = instance.Items
C# 
[ResCategoryAttribute("DropDownBox")]
[TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.DropDownBoxItemCollectionConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResDescriptionAttribute("The collection of ListItem objects on this drop down box toolbar item.")]
public virtual DropDownBoxItemCollection Items {get; set;}

Remarks

The DropDownBoxItemCollection may be specified at design time, and also may be manipulated at runtime on initial startup of the application. The individual items in the collection are standard ASP.NET ListItem objects.

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.