[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.C1DataColumn.-ctor

C1DataColumn Constructor

C1DataColumn()

Creates a new instance of this object.

Declaration
public C1DataColumn()

C1DataColumn(string, Type)

Creates a new instance of this object.

Declaration
public C1DataColumn(string caption, Type datatype)
Parameters
Type Name Description
string caption

The column caption.

Type datatype

The data type.

C1DataColumn(string, string, Type)

Creates a new instance of this object.

Declaration
public C1DataColumn(string caption, string datafield, Type datatype)
Parameters
Type Name Description
string caption

The column caption.

string datafield

The field from the data source.

Type datatype

The data type.