BaseVerticalCollectionView.selectedIds

public IEnumerable<int> selectedIds;

Description

Returns the persistent IDs of selected items in the data source, regardless of whether they are collapsed or not. Always returns an enumerable, even if no item is selected, or a single item is selected.

In a tree, if a child item is collapsed, its ID is included in the persistent selection.


Did you find this page useful? Please give it a rating: