ValueList Class
Class representing a ValueList, which is a collection of ValueListItem objects.
It is typical assigned to a ComboBoxTool as the list of options displayed as the dropdown list.
Object Model
Syntax
[DefaultMember("Item")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public abstract class ValueList
[DefaultMember("Item")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public ref class ValueList abstract
Inheritance Hierarchy
System.Object
Aveva.ApplicationFramework.Presentation.ValueList
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also