Click or drag to resize
KaxWindowBaseOffsetElementID Property
Gets or sets the id (ClientID if a runat=server is used) of a html element, whose left and top position will be used as 0,0 of the KaxWindow object when it is first shown.

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 OffsetElementID { get; set; }

Property Value

Type: String
See Also