[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.ValueItemCollection

ValueItemCollection Class

Represents a collection of ValueItem objects.

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

Constructors

Name Description
ValueItemCollection()

Initializes a new instance of the ValueItemCollection class.

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)