Table of Contents

Method SetValue

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

SetValue(TIndex, TValue?)

Sets value for the specified index.

public void SetValue(TIndex index, TValue? value)

Parameters

index TIndex

Index of value.

value TValue

New value to set for the specified index.