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 |
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
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