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





Loads a ViewState. Restores view-state information from a previous page request that was saved by the SaveViewState method.

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

 Syntax

C#  Copy Code

public virtual void LoadViewState (
    Object state
)

Visual Basic  Copy Code

Public Overridable Sub LoadViewState( _
    state As Object _
)

 Parameters

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

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace