Click or drag to resize
KaxDockGetUniqueName Method
Returns the unique name for the dock, based on the UniqueName and the ID properties.

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 GetUniqueName()

Return Value

Type: String
A string, containing the UniqueName property of the dock, or its ID, if the UniqueName property is not set.
See Also