DataGridColumn.Initialize Method

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

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

public:
virtual void Initialize ()
public void Initialize ()
public function Initialize ()
Not applicable.

The Initialize method provides the base implementation to reset a column derived from the DataGridColumn class to its initial state. This method is not called directly. Instead, this method is inherited by a derived column class, which can then be used to reset a column of the derived type. You can optionally override this method in the derived class to provide a custom initialization routine. This base implementation of the Initialize method is often called from the overridden method to reset properties common to all column types derived from the DataGridColumn class. The Initialize method is usually called during data binding, prior to the first row being bound.

When the Initialize method is used, the design mode of the column is set to true.

NoteNote:

This method is commonly used by control developers.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: