How to: Show the Default Window
If the ASPxPopupControl.Windows collection is empty, ASPxPopupControl creates a default popup window. It is defined by the settings declared at the control level.
Set the Popup Control’s server-side ASPxPopupControlBase.ShowOnPageLoad property value to true
to show the default window. You can also use the client-side ASPxClientPopupControlBase.Show method for this purpose.
If the popup control contains multiple windows, settings declared at the control level affect all windows unless manually specified otherwise. If the same property is set differently at the control and window levels (for example, ASPxPopupControl.FooterImage and PopupWindow.FooterImage), the latter has the highest priority.
Note
The following properties affect the default popup window only. If the window collection is not empty, these properties are not in effect and the corresponding ones should be set at the window level.
- ASPx
Popup (use PopupControl Base. Show On Page Load Window. for separate popup windows).Show On Page Load - ASPx
Popup (use PopupControl Base. Pinned Window. for separate popup windows).Pinned - ASPx
Popup (use PopupControl Base. Left Window. for separate popup windows).Left - ASPx
Popup (use PopupControl Base. Top Window. for separate popup windows).Top