Hevea documentation

EditableList.AddValue Method 

Adds a value in the combo.

public void AddValue(
   string caption
);

Parameters

caption
value caption

Exceptions

Exception Type Condition
ArgumentNullException caption is null

See Also

EditableList Class | Hevea.Core.Http.Html.UI Namespace