[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FpChart.LoadViewState

LoadViewState Method

LoadViewState(object)

Restores view-state information from a previous page request that was saved by the SaveViewState method.

Declaration
protected override void LoadViewState(object savedState)
Protected Overrides Sub LoadViewState(savedState As Object)
Parameters
Type Name Description
object savedState

An Object that represents the control state to be restored.

Overrides