Table of Contents

Method ClearSelected

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

ClearSelected()

Unselects all items in the control.

public virtual void ClearSelected()

Remarks

Calling this method is equivalent to setting the SelectedIndex property to null. You can use this method to quickly unselect all items in the list.