BoundField.LoadViewState(Object) Method

Definition

Restores the previously stored view-state information for this field.

protected:
 override void LoadViewState(System::Object ^ state);
protected override void LoadViewState (object state);
override this.LoadViewState : obj -> unit
Protected Overrides Sub LoadViewState (state As Object)

Parameters

state
Object

Represents the control state to be restored.

Applies to