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

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