Method Init
Init()
Initializes main child control.
protected virtual void Init()
Remarks
Override this method to do custom initialization. Do not call this method directly, it is called automatically from constructor. When overriding you must call base method before any other initializations.