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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool StoreLayoutInViewState { get; set; }
Public Property StoreLayoutInViewState As Boolean
Get
Set
public:
property bool StoreLayoutInViewState {
bool get ();
void set (bool value);
}
member StoreLayoutInViewState : bool with get, set
Property Value
Type:
Boolean
See Also