Table of Contents

Method SetItem

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

SetItem(int, object)

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

public virtual void SetItem(int index, object value)

Parameters

index int

Index of the item.

value object

New item value.