NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListItem.Index

Returns ListItem's current index in the listview, or-1 if it has not been added to a ListView control.

[Visual Basic]
Public ReadOnly Property Index As Integer
[C#]
public int Index {get;}
[C++]
public: __property int get_Index();
[JScript]
public function get Index() : int;

Property Value

ListItem's index in ListView

See Also

ListItem Class | ListItem Members | System.WinForms Namespace