public void SetSelection (int index);

Parameters

indexItem index.

Description

Sets the currently selected item.


public void SetSelection (IEnumerable<int> indices);

Parameters

indicesCollection of items to be selected.

Description

Sets a collection of selected items.