Method GetAllMarkedItems
GetAllMarkedItems()
Gets all marked item indices from the data source.
public IEnumerable<int> GetAllMarkedItems()
Returns
- IEnumerable<int>
An enumerable of marked item indices in ascending order.
Gets all marked item indices from the data source.
public IEnumerable<int> GetAllMarkedItems()
An enumerable of marked item indices in ascending order.