Loads the previously saved view state of the System.Web.UI.WebControls.DetailsView control.
- savedState
- An object that represents the state of the System.Web.UI.WebControls.ListControl -derived control.
The ListControl.LoadViewState(object) method is used to load the previously saved view state of the System.Web.UI.WebControls.ListControl -derived control.
This method is used primarily by control developers when extending the System.Web.UI.WebControls.ListControl control.