Gets or sets ID of the target element to align to when StartPosition property is set to C1WindowPosition.OffSet.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1WindowClient (in C1WindowClient.dll)

Syntax

JavaScript
function get_offsetElementId();
function set_offsetElementId(value);

Remarks

Takes precedence of StartPosition property if set.

See Also