DataGrid.SaveViewState Method

Definition

Saves the current state of the DataGrid.

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

Returns

The saved state of the DataGrid.

Applies to