A newer version of this page is available.
Switch to the current version.
PopupWindow Class
Represents an individual popup window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public class PopupWindow :
ContentControlCollectionItem
Public Class PopupWindow
Inherits ContentControlCollectionItem
Related API Members
The following members accept/return PopupWindow objects:
Show 12 links
Remarks
The PopupWindow class contains settings which define an individual popup window within the ASPxPopupControl. A popup window is typically used to display any subsidiary information about an element (or several elements) specified by the PopupWindow.PopupElementID property, depending upon a specific client action set via the ASPxPopupControl.PopupAction.
A popup window may consist of the following:
- A header which can display an image (PopupWindow.HeaderImage), text (PopupWindow.HeaderText) and a specific close button, which when clicked, closes the popup window. End-users can move a popup window within the page by dragging the window's header, if the ASPxPopupControlBase.AllowDragging property is set to true. The header's visibility is controlled by the PopupWindow.ShowHeader property. The ASPxPopupControlBase.DragElement property is used to specify the popup window's part is available for drag and drop operations.
- A footer which can display an image (PopupWindow.FooterImage), text (PopupWindow.FooterText) and size grip (PopupWindow.SizeGripImage). The footer's visibility is controlled by the PopupWindow.ShowFooter property.
- A content area which can display a content text (PopupWindow.Text) and which allows different visual elements to be added through the