Click or drag to resize
KaxDockZone Class
KaxDockZone is a control which represents a virtual placeholder, where KaxDock controls could be docked.
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxDockZone

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxDockZone : KaxWebControl

The KaxDockZone type exposes the following members.

Constructors
  NameDescription
Public methodKaxDockZone
Top
Methods
  NameDescription
Public methodGetUniqueName
Returns the unique name for the dock, based on the UniqueName and the ID properties.
Top
Properties
  NameDescription
Public propertyDocks
Public propertyFitDocks
Gets or sets a value, indicating whether the control will set the size of the docked KaxDock controls to 100% depending the control Orientation.
Public propertyHighlightedCssClass
Gets or sets a css class name, which will be applied when the KaxDockZone is highlighted. If this property is not set, the control will not have a highlighted style.
Public propertyMinHeight
Gets or sets the minimum height of the KaxDockZone control.
Public propertyMinWidth
Gets or sets the minimum width of the KaxDockZone control.
Public propertyOrientation
Gets or sets a value that specifies the dimension in which docked KaxDock controls are arranged
Public propertyUniqueName
Gets or sets the unique name of the control. If this property is not set, the control ID will be used instead. KaxDockLayout will throw an exception if it finds two KaxDockZone controls with the same UniqueName.
Top
See Also