Common Application Framework

ValueList.Remove Method

Remove the specified ValueListItem object from the ValueList.

Overload List

Remove the specified ValueListItem object from the ValueList.

public abstract void Remove(ValueListItem);

Remove the ValueListItem at the specified index position from the ValueList.

public abstract void Remove(int);

Remove the ValueListItem with the specified DisplayText from the ValueList.

public abstract void Remove(string);

See Also

ValueList Class | Aveva.ApplicationFramework.Presentation Namespace