Skip to main content
A newer version of this page is available. .
Tab

PopupWindow.ShowOnPageLoad Property

Gets or sets a value that specifies whether the current window is automatically displayed when a client browser loads the page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(false)]
public virtual bool ShowOnPageLoad { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the window is displayed on the page load; otherwise, false.

Remarks

You cannot specify a common page load behavior for all popup windows from the ASPxPopupControl.Windows collection by using the popup control’s ASPxPopupControlBase.ShowOnPageLoad property. This property is not in effect when the ASPxPopupControl.Windows collection is not empty. In this case, you should use the ShowOnPageLoad property whose value is typically specific for each individual popup window.

The ShowOnPageLoad property can’t be changed during a callback.

See Also