ASPxClientPopupWindow Methods
Represents a client-side equivalent of a popup control’s PopupWindow object.| Name | Description |
|---|---|
| GetFooterImageUrl | Returns the URL pointing to the image displayed within the window footer. |
| GetFooterNavigateUrl | Returns the URL where the web browser will navigate when the text or image is clicked within the popup window’s footer. |
| GetFooterText | Returns the text displayed within the popup window’s footer. |
| GetHeaderImageUrl | Returns the URL pointing to the image displayed within the window header. |
| GetHeaderNavigateUrl | Returns the URL where the web browser will navigate when the text or image is clicked within the popup window’s header. |
| GetHeaderText | Returns the text displayed within the window’s header. |
| SetFooterImageUrl(value) | Specifies the URL which points to the image displayed within the window footer. |
| SetFooterNavigateUrl(value) | Specifies the URL where the web browser will navigate when the text or image is clicked within the popup window’s footer. |
| SetFooterText(value) | Specifies the text displayed within the window’s footer. |
| SetHeaderImageUrl(value) | Specifies the URL which points to the image displayed within the window header. |
| SetHeaderNavigateUrl(value) | Returns the URL where the web browser will navigate when the text or image is clicked within the popup window’s header. |
| SetHeaderText(value) | Specifies the text displayed within the window’s header. |
See Also