RadGrid for ASP.NET

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


OwnerStateBag
owner
 

 

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal OwnerStateBag As StateBag, _
   ByVal owner As RadGrid _
)
Visual Basic (Usage)Copy Code
Dim OwnerStateBag As StateBag
Dim owner As RadGrid
 
Dim instance As GridClientSettings(OwnerStateBag, owner)
C# 
public GridClientSettings( 
   StateBag OwnerStateBag,
   RadGrid owner
)

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal OwnerStateBag As StateBag, _
   ByVal owner As RadGrid _
)
Visual Basic (Usage)Copy Code
Dim OwnerStateBag As StateBag
Dim owner As RadGrid
 
Dim instance As GridClientSettings(OwnerStateBag, owner)
C# 
public GridClientSettings( 
   StateBag OwnerStateBag,
   RadGrid owner
)

Parameters

OwnerStateBag
owner

Requirements

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

See Also