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.
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);
Create and add a new ValueListItem object to the ValueList.
public abstract ValueListItem Add(string,object);
Create and add a new ValueListItem object to the ValueList.
public abstract ValueListItem Add(string,object,Image);
ValueList Class | Aveva.ApplicationFramework.Presentation Namespace