[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1DisplayColumnCollection.Item

this Property

this[int]

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

Declaration
public C1DisplayColumn this[int index] { get; }
Parameters
Type Name Description
int index

this[C1DataColumn]

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

Declaration
public C1DisplayColumn this[C1DataColumn dc] { get; }
Parameters
Type Name Description
C1DataColumn dc

this[string]

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

Declaration
public C1DisplayColumn this[string name] { get; }
Parameters
Type Name Description
string name