Method SetSelection
SetSelection(int)
Sets the currently selected item.
Declaration
public void SetSelection(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The item index. |
SetSelection(IEnumerable<int>)
Sets a collection of selected items.
Declaration
public void SetSelection(IEnumerable<int> indices)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<int> | indices | The collection of the indices of the items to be selected. |