GridView.SaveViewState Method

Definition

Loads the previously saved view state of the GridView control.

protected:
 override System::Object ^ SaveViewState();
protected override object SaveViewState ();
override this.SaveViewState : unit -> obj
Protected Overrides Function SaveViewState () As Object

Returns

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

Applies to