Hevea documentation

Combo.SetValues Method (ListDictionary, String)

Sets the list of values displayed in the combo.

public void SetValues(
   ListDictionary values,
   string selectedValue
);

Parameters

values
list of key-value pairs
selectedValue
key of the selected value

Exceptions

Exception Type Condition
ArgumentNullException values or selectedValue is null
ArgumentException selectedValue is not a valid key

See Also

Combo Class | Hevea.Core.Http.Html.UI Namespace | Combo.SetValues Overload List