[]
        
(Showing Draft Content)

FarPoint.Web.Chart.MapArea.SaveViewState

SaveViewState Method

SaveViewState()

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

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

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

Overrides