Common Application Framework

ValueList Members

ValueList overview

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.

Public Instance Methods

AddOverloaded. Create and add a new ValueListItem object to the ValueList.
Clear Remove all ValueListItems from the ValueList.
CopyTo Copies the elements of the collection to an Array, starting at a particular Array index.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEnumerator Returns an enumerator that can iterate through the Collection.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
InsertOverloaded. Create and insert a new ValueListItem object into the ValueList.
RemoveOverloaded. Remove the ValueListItem at the specified index position from the ValueList.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

ValueList Class | Aveva.ApplicationFramework.Presentation Namespace