MetaTable::Initialize Method ()

.NET Framework (current version)
 

Initializes data that may not be available when the constructor is called.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public protected:
virtual void Initialize()

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 4.0
Return to top
Show: