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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxvoid InitializeInControl(
Control containerControl
)
Sub InitializeInControl (
containerControl As Control
)
void InitializeInControl(
Control^ containerControl
)
abstract InitializeInControl :
containerControl : Control -> unit
Parameters
- containerControl
- Type: System.Web.UIControl
See Also