Intersoft WebGrid Documentation
WebGrid Constructor(String)
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class > WebGrid Constructor : WebGrid Constructor(String)






id
The ID name of the control

Initializes a new instance of the WebGrid class using ID.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal id As String _
)
Visual Basic (Usage)Copy Code
Dim id As String
 
Dim instance As New WebGrid(id)
C# 
public WebGrid( 
   string id
)
Delphi 
public WebGrid( 
    id: String
); 
JScript 
public function WebGrid( 
   id : String
);
Managed Extensions for C++ 
public: WebGrid( 
   string* id
)
C++/CLI 
public:
WebGrid( 
   String^ id
)

Parameters

id
The ID name of the control

Remarks

This special constructor used to create WebGrid dynamically in code. The string parameter is used to populate the ID property of the control. The constructor then initializes internal data structures of the control.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.