Gets or sets an html element id at which top left corner a dialog window will be placed when shown first time.

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

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[C1CategoryAttribute("Category.Behavior")]
[DefaultValueAttribute("")]
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, "")]
public string OffsetElementId { get; set; }
Visual Basic
<NotifyParentPropertyAttribute(True)> _
<C1CategoryAttribute("Category.Behavior")> _
<DefaultValueAttribute("")> _
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, "")> _
Public Property OffsetElementId As String
	Get
	Set

Remarks

Takes precedence of StartPosition property if set.

See Also