Click or drag to resize
DockHandle Enumeration
Defines the KaxDock titlebar and grips behavior.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum DockHandle
Members
  Member nameValueDescription
None0 The control will not have titlebar or grips.
TitleBar1 The control will have only titlebar.
Grip2 The control will have only grips.
See Also