DataGridColumn.Initialize Method
Assembly: System.Web (in system.web.dll)
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.
Note |
|---|
| This method is commonly used by control developers. |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note