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





WebControl.SaveViewState override. Saves any server side view-state changes that have occurred on the Selection object since the page was posted back to the server.

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

 Syntax

C#  Copy Code

public Object SaveViewState ()

Visual Basic  Copy Code

Public 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 VB.NET).

 See Also

Selection Members
Selection Class
MindFusion.Scheduling.WebForms Namespace