Table of Contents

Method SetSelectedCore

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

SetSelectedCore(int, bool)

Changes selected state of the item without raising events.

protected virtual bool SetSelectedCore(int index, bool value)

Parameters

index int

The Item index

value bool

The selected state of the item.

Returns

bool