DataRepeaterDrawItemEventArgs.ItemIndex Property
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks (in Microsoft.VisualBasic.PowerPacks.dll)
Syntax
'Declaration
Public ReadOnly Property ItemIndex As Integer
'Usage
Dim instance As DataRepeaterDrawItemEventArgs
Dim value As Integer
value = instance.ItemIndex
public int ItemIndex { get; }
public:
property int ItemIndex {
int get ();
}
public function get ItemIndex () : int
Property Value
Type: System.Int32
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataRepeaterDrawItemEventArgs Class