public void SetSelection (int index);

Parámetros

indexItem index.

Descripción

Sets the currently selected item.


public void SetSelection (IEnumerable<int> indices);

Parámetros

indicesCollection of items to be selected.

Descripción

Sets a collection of selected items.