RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridColumnCreatingEventArgs Constructor
See Also 
Telerik.WebControls Namespace > GridColumnCreatingEventArgs Class : GridColumnCreatingEventArgs Constructor


column
tableView
columnType
 

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal column As GridColumn, _
   ByVal tableView As GridTableView, _
   ByVal columnType As String _
)
Visual Basic (Usage)Copy Code
Dim column As GridColumn
Dim tableView As GridTableView
Dim columnType As String
 
Dim instance As GridColumnCreatingEventArgs(column, tableView, columnType)
C# 
public GridColumnCreatingEventArgs( 
   GridColumn column,
   GridTableView tableView,
   string columnType
)

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal column As GridColumn, _
   ByVal tableView As GridTableView, _
   ByVal columnType As String _
)
Visual Basic (Usage)Copy Code
Dim column As GridColumn
Dim tableView As GridTableView
Dim columnType As String
 
Dim instance As GridColumnCreatingEventArgs(column, tableView, columnType)
C# 
public GridColumnCreatingEventArgs( 
   GridColumn column,
   GridTableView tableView,
   string columnType
)

Parameters

column
tableView
columnType

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also