BCGControlBar Library for .NET
GridColumn Constructor(DataColumn)




A column from DataTable.
Initializes a new instance of data bound column.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataColumn As DataColumn _
)
'Usage
 
Dim dataColumn As DataColumn
 
Dim instance As New GridColumn(dataColumn)
public GridColumn( 
   DataColumn dataColumn
)
public: GridColumn( 
   DataColumn* dataColumn
)
public:
GridColumn( 
   DataColumn^ dataColumn
)

Parameters

dataColumn
A column from DataTable.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridColumn Class
GridColumn Members
Overload List

Send Feedback