[]
        
(Showing Draft Content)

FarPoint.Web.Spread.StateList-1.LoadViewState

LoadViewState Method

LoadViewState(object)

When implemented by a class, loads the server control's previously saved view state to the control.

Declaration
public virtual void LoadViewState(object state)
Public Overridable Sub LoadViewState(state As Object)
Parameters
Type Name Description
object state

A object that contains the saved view state values for the control.

Implements