Click or drag to resize
IGridColumnEditorInitializeInControl Method
Implement this member to add control int the given container. After the call to this method the ContainerControl property should return the instance of containerControl parameter passed to this function.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
void InitializeInControl(
	Control containerControl
)

Parameters

containerControl
Type: System.Web.UIControl
See Also