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





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

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

 Syntax

C#  Copy Code

public override void LoadViewState (
    Object savedState
)

Visual Basic  Copy Code

Public Overrides Sub LoadViewState( _
    savedState As Object _
)

 Parameters

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

 See Also

MonthSettings Members
MonthSettings Class
MindFusion.Scheduling.WebForms Namespace