Click or drag to resize
KaxDockLayoutStoreLayoutInViewState Property
By default KaxDockLayout will store the positions of its inner docks in the ViewState. If you want to store the positions in other storage medium such as a database, or the Session, set this property to false. Setting this property to false will also minimize the ViewState usage.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool StoreLayoutInViewState { get; set; }

Property Value

Type: Boolean
See Also