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





Control.SaveViewState override. Saves any server control view-state changes that have occurred since the time the page was posted back to the server.

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

 Syntax

C#  Copy Code

protected override Object SaveViewState ()

Visual Basic  Copy Code

Protected Overrides Function SaveViewState () As Object

 Return Value

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

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace