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





Saves any view-state changes that have occurred on the Style object.

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

 Syntax

C#  Copy Code

public virtual Object SaveViewState ()

Visual Basic  Copy Code

Public Overridable Function SaveViewState () As Object

 Return Value

Type: Object
Returns a System.Object with the current view state. If there is no view state associated with the Style, this method returns null (Nothing in VB.NET).

 See Also

Style Members
Style Class
MindFusion.Scheduling Namespace