MVCxPopupWindow Properties
An individual popup window within PopupControl.| Name | Description |
|---|---|
| AutoUpdatePosition | Gets or sets the value that specifies whether the popup window’s position is updated automatically when required. Inherited from PopupWindow. |
| CloseAction | Gets or sets a value that specifies which action forces the popup window to close, if it’s displayed. Inherited from PopupWindow. |
| CloseButtonImage | Gets the settings of an image displayed within the window’s close button. Inherited from PopupWindow. |
| CloseButtonStyle | Gets style settings for the window’s close button. Inherited from PopupWindow. |
| CloseOnEscape | Gets or sets a value specifying whether a popup window is closed when an end-user presses the ESC key. Inherited from PopupWindow. |
| CollapseButtonImage | Gets the settings of an image displayed within the window’s collapse button. Inherited from PopupWindow. |
| CollapseButtonStyle | Gets style settings for the popup window’s collapse button. Inherited from PopupWindow. |
| Collapsed | Gets or sets a value that specifies whether the window is collapsed. Inherited from PopupWindow. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| ContentStyle | Gets style settings for the popup window’s content region. Inherited from PopupWindow. |
| ContentTemplate | Gets or sets a template used for displaying the content of the current window’s content region. Inherited from PopupWindow. |
| ContentUrl | Gets or sets the navigation location of a specific web page to be displayed within the current popup window. Inherited from PopupWindow. |
| ContentUrlIFrameTitle | Gets or sets the title of the popup window’s IFRAME element. Inherited from PopupWindow. |
| DataItem | Gets the data item that is bound to the popup window. Inherited from PopupWindow. |
| Enabled | Gets or sets the current popup window’s availability on the client side. Inherited from PopupWindow. |
| FooterContentTemplate | Gets or sets a template used for displaying the content of the window’s footer. Inherited from PopupWindow. |
| FooterImage | Gets the settings of the popup window’s footer image. Inherited from PopupWindow. |
| FooterNavigateUrl | Gets or sets an URL where the client’s web browser will navigate when the text or image is clicked within the window’s footer. Inherited from PopupWindow. |
| FooterStyle | Gets style settings for the popup window’s footer. Inherited from PopupWindow. |
| FooterTemplate | Gets or sets a template used for displaying the window’s footer. Inherited from PopupWindow. |
| FooterText | Gets or sets the text content of the window’s footer. Inherited from PopupWindow. |
| HeaderContentTemplate | Gets or sets a template used to display the content of the window’s header. Inherited from PopupWindow. |
| HeaderImage | Gets the settings of the popup window’s header image. Inherited from PopupWindow. |
| HeaderNavigateUrl | Gets or sets an URL where the client’s web browser will navigate when the text or image is clicked within the window’s header. Inherited from PopupWindow. |
| HeaderStyle | Gets style settings for the popup window’s header. Inherited from PopupWindow. |
| HeaderTemplate | Gets or sets a template used to display the window’s header. Inherited from PopupWindow. |
| HeaderText | Gets or sets the text content of the window’s header. Inherited from PopupWindow. |
| Height | Gets or sets the popup window’s height. Inherited from PopupWindow. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Left | Gets or sets the x-coordinate of the current popup window’s left side. Inherited from PopupWindow. |
| MaxHeight | Gets or sets the maximum height of the window. Inherited from PopupWindow. |
| MaximizeButtonImage | Gets the settings of an image displayed within the window’s maximize button. Inherited from PopupWindow. |
| MaximizeButtonStyle | Gets style settings for the popup window’s maximize button. Inherited from PopupWindow. |
| Maximized | Specifies whether the popup window is maximized. Inherited from PopupWindow. |
| MaxWidth | Gets or sets the maximum width of the window. Inherited from PopupWindow. |
| MinHeight | Gets or sets the minimum height of the window. Inherited from PopupWindow. |
| MinWidth | Gets or sets the minimum width of the window. Inherited from PopupWindow. |
| Modal | Gets or sets whether the popup window is modal. Inherited from PopupWindow. |
| Name | Gets or sets the unique identifier name for the current popup window object. Inherited from PopupWindow. |
| PinButtonImage | Gets the settings of an image displayed within the window’s pin button. Inherited from PopupWindow. |
| PinButtonStyle | Gets style settings for the popup window’s pin button. Inherited from PopupWindow. |
| Pinned | Gets or sets a value that specifies whether the window is pinned. Inherited from PopupWindow. |
| PopupAction | Gets or sets a value that specifies which action forces the current popup window to appear. Inherited from PopupWindow. |
| PopupControl | Gets the popup control to which the current popup window belongs. Inherited from PopupWindow. |
| PopupElementID | Gets or sets the ID (or a list of IDs) of a web control or HTML element with which the current popup window is associated. Inherited from PopupWindow. |
| RefreshButtonImage | Gets the settings of an image displayed within the window’s refresh button. Inherited from PopupWindow. |
| RefreshButtonStyle | Gets style settings for the popup window’s refresh button. Inherited from PopupWindow. |
| ScrollBars | Gets or sets a value specifying which scrollbars should appear in the popup window. Inherited from PopupWindow. |
| SettingsAdaptivity | Provides access to the popup window’s adaptivity settings. Inherited from PopupWindow. |
| ShowCloseButton | Gets or sets a value that specifies whether the popup window’s close button is displayed. Inherited from PopupWindow. |
| ShowCollapseButton | Gets or sets a value that specifies whether a window’s collapse button is displayed. Inherited from PopupWindow. |
| ShowFooter | Gets or sets a value that specifies whether the window’s footer is displayed. Inherited from PopupWindow. |
| ShowHeader | Gets or sets a value that specifies whether the window’s header is displayed. Inherited from PopupWindow. |
| ShowMaximizeButton | Gets or sets a value that specifies whether a window’s maximize button is displayed. Inherited from PopupWindow. |
| ShowOnPageLoad | Gets or sets a value that specifies whether the current window is automatically displayed when a client browser loads the page. Inherited from PopupWindow. |
| ShowPageScrollbarWhenModal | Gets or sets a value that specifies whether a browser’s scroll bars can be displayed when a popup window is shown in modal mode. Inherited from PopupWindow. |
| ShowPinButton | Gets or sets a value that specifies whether a window’s pin button is displayed. Inherited from PopupWindow. |
| ShowRefreshButton | Gets or sets a value that specifies whether a window’s refresh button is displayed. Inherited from PopupWindow. |
| ShowViewportScrollbarWhenModal | Gets or sets a value that specifies whether the vertical and horizontal scroll bars can be displayed in the viewport when a popup window is shown in modal mode. Inherited from PopupWindow. |
| SizeGripImage | Gets the settings of an image displayed instead of the size grip within the popup window. Inherited from PopupWindow. |
| SizeGripRtlImage | Gets the settings of an image displayed instead of the size grip within the popup window, when the right-to-left layout is applied. Inherited from PopupWindow. |
| Target | Gets or sets the window or frame at which to target the contents of the URLs associated with links in the current popup window’s header and footer. Inherited from PopupWindow. |
| Text | Gets or sets the text displayed within the window’s content region. Inherited from PopupWindow. |
| ToolTip | Gets or sets the current popup window’s tooltip text. Inherited from PopupWindow. |
| Top | Gets or sets the y-coordinate of the current popup window’s top side. Inherited from PopupWindow. |
| Width | Gets or sets the popup window’s width. Inherited from PopupWindow. |
See Also