Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

BaseVerticalCollectionView.selectedIndices

public IEnumerable<int> selectedIndices;

Description

Returns the indices of selected items in the data source. Always returns an enumerable, even if no item is selected, or a single item is selected.