TreeView::LoadViewState Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Loads the previously saved view state of the TreeView control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void LoadViewState(
	Object^ state
) override

Parameters

state
Type: System::Object^

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

.NET Framework
Available since 2.0
Return to top
Show: