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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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.