[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1DataColumn.-ctor

C1DataColumn Constructor

C1DataColumn()

Creates a new instance of this object.

Declaration
public C1DataColumn()
Public Sub New()

C1DataColumn(string, Type)

Creates a new instance of this object.

Declaration
public C1DataColumn(string caption, Type datatype)
Public Sub New(caption As String, datatype As Type)
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)
Public Sub New(caption As String, datafield As String, datatype As Type)
Parameters
Type Name Description
string caption

The column caption.

string datafield

The field from the data source.

Type datatype

The data type.