Click or drag to resize

ListView.GetSelectedItem Method (Typed)

X#
Retrieve the currently selected ListViewItem object.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetSelectedItem() AS ListViewItem
Request Example View Source

Return Value

Type: ListViewItem
The currently selected ListViewItem object.
See Also