Loads the server control's previously saved view state to the control.

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

Syntax

C#
protected override void LoadViewState(
	Object savedState
)
Visual Basic
Protected Overrides Sub LoadViewState ( _
	savedState As Object _
)

Parameters

savedState
Type: System..::..Object
An Object that contains the saved view state values for the control.

See Also