Restores view-state information from a previous request that was saved with the SaveViewState() method.

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

Syntax

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

Parameters

savedState
Type: System..::..Object
An object that represents the control state to restore.

See Also