Called when setting up the properties for a page.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
void SetupControl() |
Remarks
If the control creates it's child controls in CreateChildControls(), EnsureChildControls() should be
called in this method to make sure the child controls are created before loading post data.