[]
        
(Showing Draft Content)

C1.Win.List.ValueItemCollection

ValueItemCollection Class

Represents a collection of ValueItem objects.

Inheritance
ValueItemCollection
Namespace: C1.Win.List
Assembly: C1.Win.List.8.dll
Syntax
public class ValueItemCollection : CollectionBase, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the specified ValueItem from the collection at the specified index.

Methods

Name Description
Add(ValueItem)

Adds a ValueItem to the end of the collection.

IndexOf(ValueItem)

Gets the index of the specified ValueItem.

Insert(int, ValueItem)

Inserts a ValueItem at the specified index.

OnInsert(int, object)