Click or drag to resize
PageExtenderTPageInit Method
Initializes the extender using the specified control.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public override void Init(
	Page page
)

Parameters

page
Type: System.Web.UIPage
Control to be extended
See Also