MetaTable::Initialize Method ()
.NET Framework (current version)
Initializes data that may not be available when the constructor is called.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
This method calls the Initialize method for each column in the MetaTable instance. This method cannot be called directly. To customize initialization, you can derive from this class and override the Initialize method. If you override this method, call the base control's Initialize method.
The following example shows how to override the Initialize method in order to customize the initialization process.
.NET Framework
Available since 4.0
Available since 4.0
Show: