Click or drag to resize
KaxDockUniqueName Property
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.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string UniqueName { get; set; }

Property Value

Type: String
See Also