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
C#
![]() |
---|
public Object SaveViewState () |
Visual Basic
![]() |
---|
Public Function SaveViewState () As Object |
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).