Click or drag to resize
KaxDockLayout Properties

The KaxDockLayout type exposes the following members.

Properties
  Name Description
Public property EnableAjaxSkinRendering
Gets or sets a Boolean value that indicates whether render the skin CSS at AJAX request. The default value is true.
Public property EnableEmbeddedBaseStylesheet
Gets or sets a Boolean value that indicates whether enable the embedded basic style sheet in the control.
Public property EnableEmbeddedSkins
Gets or sets a Boolean value that indicates whether enable the embedded skin for the control.
Public property IsSkinSet
For internal use.
Public property RegisteredDocks
Returns all registered docks with this KaxDockLayout control.
Public property RegisteredZones
Returns all registered zones with this KaxDockLayout control.
Public property Skin
Gets or sets the skin name for the child controls' user interface.
Public property 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.
Top
See Also