Table of Contents

Method ClearSelectedExcept

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ClearSelectedExcept(int?)

Clears selected items except the item with the specified index.

public virtual void ClearSelectedExcept(int? index)

Parameters

index int?

The index of the item to remain selected.