DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
      
    
 Creates and returns a new GroupColumn object.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public GroupColumn( GroupColumns Parent, DataColumn Column, string Format, string ServerType )  | 
| Visual Basic | 
|---|
Public Sub New ( Parent As GroupColumns, Column As DataColumn, Format As String, ServerType As String )  | 
| Visual C++ | 
|---|
public: GroupColumn( GroupColumns^ Parent, DataColumn^ Column, String^ Format, String^ ServerType )  | 
Parameters
- Parent
 - Type: DataPAEnterpriseDashboard..::..GroupColumns
The GroupColumns object that is the parent of this GroupColumn. 
- Column
 - Type: System.Data..::..DataColumn
The System.Data.DataColumn from the source System.Data.DataTable that this GroupColumn is based on. 
- Format
 - Type: System..::..String
The format string for this GroupColumn. 
- ServerType
 - Type: System..::..String
The data type of this GroupColumn on the server.