Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public C1TreeView(
	string key
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Sub New ( _
	key As String _
)

Parameters

key
Type: System..::..String

See Also