Gets or sets a value that determines whether the dialog window is visible on the page after the page is loaded.

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

Syntax

C#
[DefaultValueAttribute(false)]
[C1CategoryAttribute("Category.Behavior")]
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, false)]
public bool ShowOnLoad { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<C1CategoryAttribute("Category.Behavior")> _
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, False)> _
Public Property ShowOnLoad As Boolean
	Get
	Set

Remarks

Default value of ShowOnLoad is False

See Also