ListView.GetAllSelectedItems Method (Typed) | |
Get an array with all the selected Listview Items
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetAllSelectedItems() AS ARRAY
public virtual Array GetAllSelectedItems()
Request Example
View SourceReturn Value
Type:
Array
An array with all selected Listview Items
See Also