System.Web.UI.WebControls.DataGridColumn: Method Members

The methods of System.Web.UI.WebControls.DataGridColumn are listed below. For a list of all members, see the DataGridColumn Members list.

See Also: Inherited members from System.Object

Public Methods

Initialize()

Provides the base implementation to reset a column derived from the System.Web.UI.WebControls.DataGridColumn class to its initial state.

InitializeCell(TableCell, int, ListItemType)

Provides the base implementation to reset the specified cell from a column derived from the System.Web.UI.WebControls.DataGridColumn class to its initial state.

override
ToString() : string

Returns the string representation of the column.

Protected Methods

LoadViewState(object)

Loads the state of the System.Web.UI.WebControls.DataGridColumn object.

OnColumnChanged()

Calls the System.Web.UI.Design.WebControls.DataGridDesigner.OnColumnsChanged method.

SaveViewState() : object

Saves the current state of the System.Web.UI.WebControls.DataGridColumn object.

TrackViewState()

Causes tracking of view-state changes to the server control so they can be stored in the server control's System.Web.UI.StateBag object.