Common Application Framework

ValueList.Add Method (String)

Create and add a new ValueListItem object to the ValueList. Note that the ValueListItem created will contain the given DisplayText and a default DataValue with value (object)DislayText.

public abstract ValueListItem Add(
   string DisplayText
);

Parameters

DisplayText
ValueListItem display text.

See Also

ValueList Class | Aveva.ApplicationFramework.Presentation Namespace | ValueList.Add Overload List