Click or drag to resize
KaxDockZone Properties

The KaxDockZone type exposes the following members.

Properties
  Name Description
Public property Docks
Public property FitDocks
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 property HighlightedCssClass
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 property MinHeight
Gets or sets the minimum height of the KaxDockZone control.
Public property MinWidth
Gets or sets the minimum width of the KaxDockZone control.
Public property Orientation
Gets or sets a value that specifies the dimension in which docked KaxDock controls are arranged
Public property UniqueName
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