KaxDockDockHandle Property |
Gets or sets the value, defining the behavior of the control titlebar and grips.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic DockHandle DockHandle { get; set; }
Public Property DockHandle As DockHandle
Get
Set
public:
property DockHandle DockHandle {
DockHandle get ();
void set (DockHandle value);
}
member DockHandle : DockHandle with get, set
Property Value
Type:
DockHandle
See Also