Click or drag to resize
KaxDock Properties

The KaxDock type exposes the following members.

Properties
  Name Description
Public property AllowedZones
Specifies the UniqueNames of the KaxDockZone controls, where the KaxDock control will be allowed to dock.
Public property AutoPostBack
Gets or sets a value, indicating whether the control will initiate postback when it is docked/undocked or its position changes.
Public property Closed
Gets or sets a value, indicating whether the control is closed (style="display:none;").
Public property CloseText
Gets or sets the tooltip of the CloseCommand when the corresponding property was not explicitly set on the command object.
Public property Collapsed
Gets or sets a value, indicating whether the control is collapsed.
Public property CollapseText
Gets or sets the tooltip of the ExpandCollapseCommand when the dock is not collapsed and the corresponding property was not explicitly set on the command object.
Public property Commands
Gets a collection of DockCommand objects representing the individual commands within the control titlebar.
Public property CommandsAutoPostBack
Gets or sets a value, indicating whether the control will initiate postback when its command items are clicked.
Public property ContentContainer
Gets the control, where the ContentTemplate will be instantiated in.
Public property ContentTemplate
Gets or sets the System.Web.UI.ITemplate that contains the controls which will be placed in the control content area.
Public property DefaultCommands
Gets or sets the value, defining the commands which will appear in the KaxDock titlebar when the commands collection is not modified.
Public property DockHandle
Gets or sets the value, defining the behavior of the control titlebar and grips.
Public property DockMode
Gets or sets a value, indicating whether the control could be left undocked.
Public property DockZoneID
Gets the ClientID of the KaxDockZone, where the control is docked. When the control is undocked, this property returns string.Empty.
Public property EnableAnimation
Gets or sets a value, indicating whether the control will have animation.
Public property EnableDrag
Gets or sets a value, indicating whether the control could be dragged.
Public property EnableRoundedCorners
Gets or sets a value, indicating whether the control will be with rounded corners.
Public property ExpandedHeight
Gets or sets the expanded height of the KaxDock control
Public property ExpandText
Gets or sets the tooltip of the ExpandCollapseCommand when the dock is collapsed and the corresponding property was not explicitly set on the command object.
Public property ForbiddenZones
Specifies the UniqueNames of the KaxDockZone controls, where the KaxDock control will NOT be allowed to dock.
Public property Height
Gets or sets the height of the KaxDock control
(Overrides KaxWebControl.Height.)
Public property Index
Gets the position of the KaxDock control in its parent zone. If undocked returns -1.
Public property Left
Gets or sets the horizontal position of the KaxDock control in pixels. This property is ignored when the KaxDock control is docked into a KaxDockZone.
Public property OnClientCommand
Gets or sets the client-side script that executes when a KaxDock Command event is raised
Public property OnClientDockPositionChanged
Gets or sets the client-side script that executes when the KaxDock control changes its position
Public property OnClientDockPositionChanging
Gets or sets the client-side script that executes when the KaxDock control is dropped on to a zone before it changes its position
Public property OnClientDrag
Gets or sets the client-side script that executes when a KaxDock Drag event is raised
Public property OnClientDragEnd
Gets or sets the client-side script that executes when a KaxDock DragEnd event is raised
Public property OnClientDragStart
Gets or sets the client-side script that executes when a KaxDock DragStart event is raised
Public property OnClientInitialize
Gets or sets the client-side script that executes after the KaxDock client-side obect initializes
Public property OnClientResizeEnd
Gets or sets the client-side script that executes when a KaxDock ResizeEnd event is raised
Public property OnClientResizeStart
Gets or sets the client-side script that executes when a KaxDock ResizeStart event is raised
Public property Pinned
Gets or sets a value, indicating whether the control is pinned.
Public property PinText
Gets or sets the tooltip of the PinUnpinCommand when the dock is not pinned and the corresponding property was not explicitly set on the command object.
Public property Resizable
Gets or sets a value, indicating whether the control is resizable.
Public property Tag
Gets or sets the additional data, which could be saved in the DockState.
Public property Text
Gets or sets the text which will appear in the control content area. If the ContentTemplate or the ContentContainer contain any controls, the value of this property is ignored.
Public property Title
Gets or sets the text which will appear in the control titlebar area. If the TitlebarTemplate or the TitlebarContainer contain any controls, the value of this property is ignored.
Public property TitlebarContainer
Gets the control, where the TitlebarTemplate will be instantiated in.
Public property TitlebarTemplate
Gets or sets the System.Web.UI.ITemplate that contains the controls which will be placed in the control titlebar.
Public property Top
Gets or sets the vertical position of the KaxDock control in pixels. This property is ignored when the KaxDock control is docked into a KaxDockZone.
Public property UniqueName
Gets or sets the unique name of the control, which allows the parent KaxDockLayout to automatically manage its position. If this property is not set, the control ID will be used instead. KaxDockLayout will throw an exception if it finds two KaxDock controls with the same UniqueName.
Public property UnpinText
Gets or sets the tooltip of the PinUnpinCommand when the dock is pinned and the corresponding property was not explicitly set on the command object.
Public property Width
Gets or sets the width of the KaxDock control
(Overrides KaxWebControl.Width.)
Top
See Also