Common Application Framework

ValueList Properties

The properties of the ValueList class are listed below. For a complete list of ValueList class members, see the ValueList Members topic.

Public Instance Properties

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).
ItemOverloaded. 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.

See Also

ValueList Class | Aveva.ApplicationFramework.Presentation Namespace