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





Saves any server control view-state changes that have occurred for this Location since the time the page was posted back to the server.

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

 Syntax

C#  Copy Code

public override Object SaveViewState ()

Visual Basic  Copy Code

Public Overrides Function SaveViewState () As Object

 Return Value

Type: Object
The System.Object that contains the view state changes. Returns the System.Object that represents the current view state. If there is no view state associated with the control, this method returns null (Nothing in VB.NET).

 See Also

Location Members
Location Class
MindFusion.Scheduling Namespace