ASP.NET Pack Programmer's Guide
Calendar.LoadViewState Method
See Also
 





Control.LoadViewState override. Restores view-state information from a previous page request that was saved by the SaveViewState method.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

protected override void LoadViewState (
    Object savedState
)

Visual Basic  Copy Code

Protected Overrides Sub LoadViewState( _
    savedState As Object _
)

 Parameters

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

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace