Click or drag to resize
IDockLayout Interface
Implements methods, needed by KaxDock or KaxDockZone to register with a control which will take care of the dock positions.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface IDockLayout

The IDockLayout type exposes the following members.

Methods
  NameDescription
Public methodRegisterDock
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.
Public methodRegisterDockZone
Each zone 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 positions, set on the client.
Public methodSetDockParent
Docks the KaxDock control inside a child zone with ID=newParentClientID
Public methodUnRegisterDock
Each dock will use this method in its OnUnload event to unregister with the IDockLayout. This is needed in order the layout to be able to manage the dock state properly.
Public methodUnRegisterDockZone
Each zone will use this method in its OnUnload event to unregister with the IDockLayout.
Top
See Also