Saves the changes to a server control's view state to an Object.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
protected override Object SaveViewState()
Visual Basic
Protected Overrides Function SaveViewState As Object

Return Value

The Object that contains the view state changes.

See Also