KaxDockLayout Class |
Namespace: Kettic.AspNet.Controls
The KaxDockLayout type exposes the following members.
Name | Description | |
---|---|---|
KaxDockLayout |
Name | Description | |
---|---|---|
GetEmbeddedSkinNames |
Return a collection of name for all embedded skin.
| |
GetRegisteredDocksState |
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.
| |
GetRegisteredDocksState(Boolean) |
Cycles through all registered docks and retrieves their state, depending
on the omitClosedDocks parameter and the value of the Closed property of
each KaxDock control. The List returned by this method could be used to
recreate the docks when the user visits the page again.
| |
SetRegisteredDockParents |
Reorders the docks in the control tree, according the supplied parameters.
|
Name | Description | |
---|---|---|
EnableAjaxSkinRendering | Gets or sets a Boolean value that indicates whether render the skin CSS at AJAX request. The default value is true. | |
EnableEmbeddedBaseStylesheet | Gets or sets a Boolean value that indicates whether enable the embedded basic style sheet in the control. | |
EnableEmbeddedSkins | Gets or sets a Boolean value that indicates whether enable the embedded skin for the control. | |
IsSkinSet |
For internal use.
| |
RegisteredDocks |
Returns all registered docks with this KaxDockLayout control.
| |
RegisteredZones |
Returns all registered zones with this KaxDockLayout control.
| |
Skin | Gets or sets the skin name for the child controls' user interface. | |
StoreLayoutInViewState |
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.
|
Name | Description | |
---|---|---|
LoadDockLayout |
KaxDockLayout will raise the LoadDockLayout event in order to retrieve the parents
which will be automatically applied on the registered docks. The client
positions will be applied in a later stage of the lifecycle.
| |
SaveDockLayout |
KaxDockLayout will raise this event to let the developer to save
the parents of the registered docks in a database or other storage
medium. These parents can be later supplied to the LoadDockLayout event.
|