RadGrid for ASP.NET

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


OwnerGrid
Constructs a new GridTableView and sets as its owner the RadGrid object.  

 

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal OwnerGrid As RadGrid _
)
Visual Basic (Usage)Copy Code
Dim OwnerGrid As RadGrid
 
Dim instance As GridTableView(OwnerGrid)
C# 
public GridTableView( 
   RadGrid OwnerGrid
)

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal OwnerGrid As RadGrid _
)
Visual Basic (Usage)Copy Code
Dim OwnerGrid As RadGrid
 
Dim instance As GridTableView(OwnerGrid)
C# 
public GridTableView( 
   RadGrid OwnerGrid
)

Parameters

OwnerGrid

Requirements

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

See Also