[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Chart.SpreadChart.SaveControlState

SaveControlState Method

SaveControlState()

Saves any server control view-state changes that have occurred since the time the page was posted back to the server.

Declaration
protected override object SaveControlState()
Protected Overrides Function SaveControlState() As Object
Returns
Type Description
object

Returns the server control's current view state. If there is no view state associated with the control, this method returns null.

Overrides