Table of Contents

Method SetValues

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

SetValues(TValue, TKey[])

Sets the same value to all the items with the specified keys.

public void SetValues(TValue value, TKey[] keys)

Parameters

value TValue

Value to set.

keys TKey[]

Array of keys.