Skip to main content

MVCxClientPopupControl Methods

A client-side counterpart of the PopupControl extension.
Name Description
AdjustControl Modifies the control’s size against the control’s container. Inherited from ASPxClientControl.
AdjustControls static Modifies the controls size within the specified container. Inherited from ASPxClientControl.
AdjustSize Modifies a control’s window size in accordance with the content. Inherited from ASPxClientPopupControlBase.
BringToFront Brings the window to the front of the z-order. Inherited from ASPxClientPopupControlBase.
BringWindowToFront(window) Brings the specified popup window to the front of the z-order. Inherited from ASPxClientPopupControl.
Cast(obj) static Converts the specified object to the MVCxClientPopupControl type.
GetClientVisible Obsolete. Returns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase.
GetCollapsed Returns a value indicating whether the window is collapsed. Inherited from ASPxClientPopupControlBase.
GetContentHeight Gets the height of the default window‘s (for ASPxPopupControl) or panel‘s (for ASPxDockPanel) content region. Inherited from ASPxClientPopupControlBase.
GetContentHtml Returns the HTML code that specifies the contents of the control’s window. Inherited from ASPxClientPopupControlBase.
GetContentHTML Obsolete. Returns the HTML code that is the content of the popup control’s default popup window. Inherited from ASPxClientPopupControl.
GetContentIFrame Returns an iframe object containing a web page specified via the control’s ASPxPopupControlBase.ContentUrl property (or the client ASPxClientPopupControlBase.SetContentUrl method). Inherited from ASPxClientPopupControlBase.
GetContentIFrameWindow Returns an iframe object containing a web page specified via the control’s ASPxPopupControlBase.ContentUrl property (or the client ASPxClientPopupControlBase.SetContentUrl method). Inherited from ASPxClientPopupControlBase.
GetContentUrl Returns the URL pointing to the web page displayed within the control’s window. Inherited from ASPxClientPopupControlBase.
GetContentWidth Gets the width of the default window‘s (for ASPxPopupControl) or panel‘s (for ASPxDockPanel) content region. Inherited from ASPxClientPopupControlBase.
GetControlCollection static Returns a collection of client web control objects. Inherited from ASPxClientControl.
GetCurrentPopupElement Returns an object that invoked the default window. Inherited from ASPxClientPopupControl.
GetCurrentPopupElementIndex Returns an index of the object that invoked the default window within the ASPxPopupControl.PopupElementID list. Inherited from ASPxClientPopupControl.
GetFooterImageUrl Returns the URL pointing to the image displayed within the window footer by default. Inherited from ASPxClientPopupControlBase.
GetFooterNavigateUrl Returns the URL where the web browser will navigate when the text or image is clicked within a window’s footer. Inherited from ASPxClientPopupControlBase.
GetFooterText Returns the text displayed within a window’s footer. Inherited from ASPxClientPopupControlBase.
GetHeaderImageUrl Returns the URL pointing to the image displayed within the window header. Inherited from ASPxClientPopupControlBase.
GetHeaderNavigateUrl Returns the URL where the web browser will navigate when the text or image is clicked within a window’s header. Inherited from ASPxClientPopupControlBase.
GetHeaderText Returns the text displayed within a window’s header. Inherited from ASPxClientPopupControlBase.
GetHeight Returns the control’s height. Inherited from ASPxClientControl.
GetMainElement This method is not in effect for a ASPxClientPopupControl object. Inherited from ASPxClientPopupControl.
GetMaximized Returns a value indicating whether the window is maximized. Inherited from ASPxClientPopupControlBase.
GetParentControl Returns a client instance of the control that is the parent for a specified control. Inherited from ASPxClientControlBase.
GetPinned Returns a value indicating whether the window is pinned. Inherited from ASPxClientPopupControlBase.
GetPopupControlCollection static Returns a collection of client popup control objects. Inherited from ASPxClientPopupControl.
GetPopUpReasonMouseEvent Returns an object containing the information about a mouse event that invoked a default popup window. Inherited from ASPxClientPopupControl.
GetVisible Returns a value specifying whether a control is displayed. Inherited from ASPxClientControlBase.
GetWidth Returns the control’s width. Inherited from ASPxClientControl.
GetWindow(index) Returns a popup window specified by its index. Inherited from ASPxClientPopupControl.
GetWindowByName(name) Returns a popup window specified by its name. Inherited from ASPxClientPopupControl.
GetWindowCollapsed(window) Returns a value indicating whether the specified window is collapsed. Inherited from ASPxClientPopupControl.
GetWindowContentHeight(window) Gets the height of the specified popup window’s content region. Inherited from ASPxClientPopupControl.
GetWindowContentHtml(window) Returns the HTML code that represents the contents of the specified popup window. Inherited from ASPxClientPopupControl.
GetWindowContentIFrame(window) Returns an iframe object containing a web page specified via the specified popup window’s PopupWindow.ContentUrl property (or the popup control’s client ASPxClientPopupControl.SetWindowContentUrl method). Inherited from ASPxClientPopupControl.
GetWindowContentUrl(window) Returns the URL pointing to the web page displayed within the control’s specific popup window. Inherited from ASPxClientPopupControl.
GetWindowContentWidth(window) Gets the width of the specified popup window’s content region. Inherited from ASPxClientPopupControl.
GetWindowCount Returns the number of popup windows in the popup control. Inherited from ASPxClientPopupControl.
GetWindowCurrentPopupElement(window) Returns an object that invoked the specified popup window. Inherited from ASPxClientPopupControl.
GetWindowCurrentPopupElementIndex(window) Returns an index of the object that invoked the specified popup window, within the window’s PopupWindow.PopupElementID list. Inherited from ASPxClientPopupControl.
GetWindowHeight(window) Returns the height of a specific popup window. Inherited from ASPxClientPopupControl.
GetWindowMaximized(window) Returns a value indicating whether the specified window is maximized. Inherited from ASPxClientPopupControl.
GetWindowPinned(window) Returns a value indicating whether the specified window is pinned. Inherited from ASPxClientPopupControl.
GetWindowPopUpReasonMouseEvent(window) Returns an object containing the information about a mouse event that invoked the specified popup window. Inherited from ASPxClientPopupControl.
GetWindowWidth(window) Returns the width of a specific popup window. Inherited from ASPxClientPopupControl.
Hide Closes the control’s window. Inherited from ASPxClientPopupControlBase.
HideWindow(window) Closes the popup control’s specified window. Inherited from ASPxClientPopupControl.
InCallback Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side. Inherited from ASPxClientControlBase.
IsVisible Returns a value that specifies whether the control’s window is displayed. Inherited from ASPxClientPopupControlBase.
IsWindowVisible(window) Returns a value that specifies whether the popup control’s specific window is displayed. Inherited from ASPxClientPopupControl.
PerformCallback(data) Sends a callback with a parameter to update the PopupControl by processing the passed information on the server, in an Action specified via the PopupControl’s PopupControlSettingsBase.CallbackRouteValues property.
PerformWindowCallback(window, data) Sends a callback with a parameters to update the popup window by processing the related popup window and the passed information on the server, in an Action specified by the PopupControl’s PopupControlSettingsBase.CallbackRouteValues property.
RefreshContentUrl Refreshes the content of the web page displayed within the control’s window. Inherited from ASPxClientPopupControlBase.
RefreshPopupElementConnection Refreshes the connection between the ASPxPopupControl and the popup element. Inherited from ASPxClientPopupControl.
RefreshWindowContentUrl(window) Refreshes the content of the web page displayed within the control’s specific popup window. Inherited from ASPxClientPopupControl.
SendMessageToAssistiveTechnology(message) Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user. Inherited from ASPxClientControlBase.
SetAdaptiveMaxHeight(maxHeight) Sets the maximum height of the popup window in adaptive mode. Inherited from ASPxClientPopupControl.
SetAdaptiveMaxWidth(maxWidth) Sets the maximum width of the popup window in adaptive mode. Inherited from ASPxClientPopupControl.
SetAdaptiveMinHeight(minHeight) Sets the minimum height of the popup window in adaptive mode. Inherited from ASPxClientPopupControl.
SetAdaptiveMinWidth(minWidth) Sets the minimum width of the popup window in adaptive mode. Inherited from ASPxClientPopupControl.
SetClientVisible(visible) Obsolete. Specifies whether a control is displayed. Inherited from ASPxClientControlBase.
SetCollapsed(value) Sets a value indicating whether the window is collapsed. Inherited from ASPxClientPopupControlBase.
SetContentHtml(html) Sets the HTML markup specifying the contents of the control’s window. Inherited from ASPxClientPopupControlBase.
SetContentHTML(html) Obsolete. Defines the HTML content for the popup control’s default popup window. Inherited from ASPxClientPopupControl.
SetContentUrl(url) Sets the URL to point to the web page that should be loaded into, and displayed within the control’s window. Inherited from ASPxClientPopupControlBase.
SetFooterImageUrl(value) Specifies the URL which points to the image displayed within the window footer by default. Inherited from ASPxClientPopupControlBase.
SetFooterNavigateUrl(value) Specifies the URL where the web browser will navigate when the text or image is clicked within a window’s footer. Inherited from ASPxClientPopupControlBase.
SetFooterText(value) Specifies the text displayed within a window’s footer. Inherited from ASPxClientPopupControlBase.
SetHeaderImageUrl(value) Specifies the URL which points to the image displayed within the window header. Inherited from ASPxClientPopupControlBase.
SetHeaderNavigateUrl(value) Specifies the URL where the web browser will navigate when the text or image is clicked within a window’s header. Inherited from ASPxClientPopupControlBase.
SetHeaderText(value) Specifies the popup window’s header text. Inherited from ASPxClientPopupControlBase.
SetHeight(height)

Specifies the control’s height. Note that this method is not in effect for some controls.

Inherited from ASPxClientControl.
SetMaximized(value) Maximizes a popup window. Inherited from ASPxClientPopupControlBase.
SetPinned(value) Sets a value indicating whether the window is pinned. Inherited from ASPxClientPopupControlBase.
SetPopupElementID(popupElementId) Sets the ID of a web control or HTML element (or a list of IDs) with which the current popup control is associated. Inherited from ASPxClientPopupControl.
SetSize(width, height) Specifies the default popup window‘s size. Inherited from ASPxClientPopupControl.
SetVisible(visible) Specifies whether a control is displayed. Inherited from ASPxClientControlBase.
SetWidth(width) Specifies the control’s width in pixels. Inherited from ASPxClientControl.
SetWindowAdaptiveMaxHeight(window, maxHeight) Sets the maximum height of the specified popup window in adaptive mode. Inherited from ASPxClientPopupControl.
SetWindowAdaptiveMaxWidth(window, maxWidth) Sets the maximum width of the specified popup window in adaptive mode. Inherited from ASPxClientPopupControl.
SetWindowAdaptiveMinHeight(window, minHeight) Sets the minimum height of the specified popup window in adaptive mode. Inherited from ASPxClientPopupControl.
SetWindowAdaptiveMinWidth(window, minWidth) Sets the minimum width of the specified popup window in adaptive mode. Inherited from ASPxClientPopupControl.
SetWindowCollapsed(window, value) Sets a value indicating whether the specified window is collapsed. Inherited from ASPxClientPopupControl.
SetWindowContentHtml(window, html) Defines the HTML content for a specific popup window within the popup control. Inherited from ASPxClientPopupControl.
SetWindowContentUrl(window, url) Sets the URL pointing to the web page that should be loaded into and displayed within the control’s specific popup window. Inherited from ASPxClientPopupControl.
SetWindowMaximized(window, value) Sets a value indicating whether the specified window is maximized. Inherited from ASPxClientPopupControl.
SetWindowPinned(window, value) Sets a value indicating whether the specified window is pinned. Inherited from ASPxClientPopupControl.
SetWindowPopupElementID(window, popupElementId) Sets the ID of a web control or HTML element (or a list of IDs) with which the current popup control’s window is associated. Inherited from ASPxClientPopupControl.
SetWindowSize(window, width, height) Specifies the size of a specific popup window. Inherited from ASPxClientPopupControl.
Show Invokes the control’s window at the popup element with the specified index. Inherited from ASPxClientPopupControlBase.
ShowAtElement(htmlElement) Invokes the control’s window and displays it over the specified HTML element. Inherited from ASPxClientPopupControlBase.
ShowAtElementByID(id) Invokes the control’s window and displays it over an HTML element specified by its unique identifier. Inherited from ASPxClientPopupControlBase.
ShowAtPos(x, y) Invokes the control’s window at the specified position. Inherited from ASPxClientPopupControlBase.
ShowWindow(window) Invokes the specified popup window at the popup element with the specified index. Inherited from ASPxClientPopupControl.
ShowWindowAtElement(window, htmlElement) Invokes the popup control’s specific window and displays it over the specified HTML element. Inherited from ASPxClientPopupControl.
ShowWindowAtElementByID(window, id) Invokes the popup control’s specific window and displays it over an HTML element specified by its unique identifier. Inherited from ASPxClientPopupControl.
ShowWindowAtPos(window, x, y) Invokes the popup control’s specific popup window at the specified position. Inherited from ASPxClientPopupControl.
StretchVertically Stretches the popup window in adaptive mode vertically to the full height of the browser window. Inherited from ASPxClientPopupControl.
UpdatePosition Updates the default popup window’s position, to correctly align it at either the specified element, or the center of the browser’s window. Inherited from ASPxClientPopupControl.
UpdatePositionAtElement(htmlElement) Updates the default popup window’s position, to correctly align it at the specified HTML element. Inherited from ASPxClientPopupControl.
UpdateWindowPosition(window) Updates the specified popup window’s position, to correctly align it at either the specified element, or the center of the browser’s window. Inherited from ASPxClientPopupControl.
UpdateWindowPositionAtElement(window, htmlElement) Updates the specified popup window’s position, to correctly align it at the specified HTML element. Inherited from ASPxClientPopupControl.
WindowStretchVertically(window) Stretches the specified popup window in adaptive mode vertically to the full height of the browser window. Inherited from ASPxClientPopupControl.
See Also