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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string UniqueName { get; set; }
Public Property UniqueName As String
Get
Set
public:
property String^ UniqueName {
String^ get ();
void set (String^ value);
}
member UniqueName : string with get, set
Property Value
Type:
String
See Also