Click or drag to resize
KaxDockLayoutGetRegisteredDocksState Method
Cycles through all registered docks and retrieves their state. The List returned by this method could be used to recreate the docks when the user visits the page again.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public List<DockState> GetRegisteredDocksState()

Return Value

Type: ListDockState
A List, containing UniqueName/DockState pairs.
See Also