[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.C1DisplayColumnCollection

C1DisplayColumnCollection Class

Represents a collection of C1DisplayColumn in a Split.

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

Properties

Name Description
this[C1DataColumn]

Gets the specified C1DisplayColumn from the collection wich contains the specified C1DataColumn.

this[int]

Gets the specified C1DisplayColumn from the collection at the specified index.

this[string]

Gets the specified C1DisplayColumn from the collection with the specified name.

Methods

Name Description
IndexOf(C1DataColumn)

Gets the index of the C1DisplayColumn specified by the C1DataColumn.

IndexOf(C1DisplayColumn)

Gets the index of the C1DisplayColumn.

Insert(int, C1DisplayColumn)

Inserts a C1DisplayColumn at the specified index.

OnClear()
OnClearComplete()
OnRemove(int, object)
OnRemoveComplete(int, object)