ESRI.ArcGIS.ADF.ArcGISServer.Editor
Item Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorPanelCollection Class : Item Property




index
The zero based index of the EditorPanel to get.
Gets an EditorPanel from the collection by index.

Syntax

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

Parameters

index
The zero based index of the EditorPanel to get.

See Also

© 2010 All Rights Reserved.