ESRI.ArcGIS.ADF.Web.UI.WebControls
Item Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DropDownBoxItemCollection Class : Item Property




index
Indexer to this collection

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ListItem
Visual Basic (Usage)Copy Code
Dim instance As DropDownBoxItemCollection
Dim index As Integer
Dim value As ListItem
 
value = instance.Item(index)
C# 
public ListItem this[ 
   int index
]; {get;}

Parameters

index

See Also

© 2010 All Rights Reserved.