Method ToList
ToList()
Returns the underlying data source as an IList.
public IList ToList()
Returns
Remarks
ListView uses this method to access individual items for events like ValueChanged and to enable keyboard search via KeystrokeNavigator.
Returns the underlying data source as an IList.
public IList ToList()
ListView uses this method to access individual items for events like ValueChanged and to enable keyboard search via KeystrokeNavigator.