Constructor. Creates a new instance of the C1GridView class.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
public C1GridView(
	string runtimeKey
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<BrowsableAttribute(False)> _
Public Sub New ( _
	runtimeKey As String _
)

Parameters

runtimeKey
Type: System..::..String
The key.

See Also