Table of Contents

Method SetItem

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

SetItem(int, TItem)

Sets item with the specified index. This methods is called from all other methods that change the item.

void SetItem(int index, TItem value)

Parameters

index int

Index of the item.

value TItem

New item value.