Saves any state that was modified after the TrackViewState() method was invoked.

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

Syntax

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

Return Value

An object that contains the current view state of the control; otherwise, if there is no view state associated with the control, null.

See Also