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