MindFusion.Scheduling for ASP.NET Programmer's Guide
LocalizationInfo.LoadViewState Method
See Also
 





Restores view-state information that was saved by the SaveViewState method.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void LoadViewState (
    Object state
)

Visual Basic  Copy Code

Public Sub LoadViewState( _
    state As Object _
)

 Parameters

state

Type: Object
An Object that represents the control state to be restored.

 See Also

LocalizationInfo Members
LocalizationInfo Class
MindFusion.Scheduling.WebForms Namespace