Method ClearSelectedExcept
ClearSelectedExcept(int?)
Clears selected items except the item with the specified index.
public virtual void ClearSelectedExcept(int? index)
Parameters
indexint?The index of the item to remain selected.
Clears selected items except the item with the specified index.
public virtual void ClearSelectedExcept(int? index)
index int?The index of the item to remain selected.