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





Saves the ViewState. Saves any server side view-state changes that have occurred at this Item since the time the page was posted back to the server.

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

 Syntax

C#  Copy Code

public virtual Object SaveViewState ()

Visual Basic  Copy Code

Public Overridable Function SaveViewState () As Object

 Return Value

Type: Object
Returns the Item's current view state. If there is no view state associated with the control, this method returns null (Nothing in VB.NET).

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace