Click or drag to resize
IDockLayoutRegisterDock Method
Each dock will use this method in its OnInit event to register with the IDockLayout. This is needed in order the layout to be able to manage the dock position, set on the client.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
void RegisterDock(
	KaxDock dock
)

Parameters

dock
Type: Kettic.AspNet.ControlsKaxDock
See Also