The properties of the ValueList class are listed below. For a complete list of ValueList class members, see the ValueList Members topic.
Count | Gets the number of elements contained in the collection. |
DisplayStyle | Set the DisplayStyle for the ValueList. ValueListDisplayStyle enumeration specifies what properties of ValueListItems will be displayed. |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). |
Item | Overloaded. Indexer to get the ValuListItem at the given postion index from the ValueList. |
SortStyle | Set the SortStyle for the ValueList. ValueListSortStyle enumeration specifies how the ValueListItems will be sorted for display. |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
ValueList Class | Aveva.ApplicationFramework.Presentation Namespace