This documentation is archived and is not being maintained.

DataGridColumn.LoadViewState Method

Loads the state of the DataGridColumn.

[Visual Basic]
Protected Overridable Sub LoadViewState( _
   ByVal savedState As Object _
)
[C#]
protected virtual void LoadViewState(
 object savedState
);
[C++]
protected: virtual void LoadViewState(
 Object* savedState
);
[JScript]
protected function LoadViewState(
   savedState : Object
);

Parameters

savedState
An System.Object that contains the saved state of the DataGridColumn.

Remarks

Use the LoadViewState method to load the state of the DataGridColumn. This allows a column to perform custom view state management.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

DataGridColumn Class | DataGridColumn Members | System.Web.UI.WebControls Namespace | System.Object

Show: