Gets or sets a value that determines whether the a modal 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#
[JsonAttribute(true, true, false)]
[DefaultValueAttribute(false)]
[C1CategoryAttribute("Category.Behavior")]
[LayoutAttribute(LayoutType.Behavior)]
public bool ShowModalWindowOnLoad { get; set; }
Visual Basic
<JsonAttribute(True, True, False)> _
<DefaultValueAttribute(False)> _
<C1CategoryAttribute("Category.Behavior")> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property ShowModalWindowOnLoad As Boolean
	Get
	Set

Remarks

Default value of ShowModalWindowOnLoad is False. And setting this property to true will set ShowOnLoad property to true;

See Also