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





Restores view-state information from an object that was previously saved by the SaveViewState method.

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

 Syntax

C#  Copy Code

public override void LoadViewState (
    object state
)

Visual Basic  Copy Code

Public Overrides Sub LoadViewState( _
    state As Object _
)

 Parameters

state

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

 See Also

ItemStyle Members
ItemStyle Class
MindFusion.Scheduling Namespace