BaseVerticalCollectionView.SetSelection

Declaration

public void SetSelection(int index);

Parameters

index The item index.

Description

Sets the currently selected item.


Declaration

public void SetSelection(IEnumerable<int> indices);

Parameters

indices The collection of the indices of the items to be selected.

Description

Sets a collection of selected items.


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