ListViewItem.ItemIndex Property | |
A numeric value that represents the index of the list view item in the list view control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ItemIndex AS USUAL GET SET
public virtual Usual ItemIndex { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA numeric value that represents the index of the list view item in the list view control.
See Also