DataKey.SaveViewState Method

Definition

Saves the current view state of the DataKey object.

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

Returns

An Object that contains the saved state of the DataKey object.

Remarks

The SaveViewState method is a helper method used by the DataKey class to save the state of the object.

Note

This method is used primarily by control developers.

Notes to Inheritors

When extending the DataKey class, you can override this method to implement your own routine to save the view state for the object.

Applies to

See also