Skip to main content

BootstrapClientPopupControl Members

Represents a client-side equivalent of the BootstrapPopupControl control.

Properties

Name Description
name Gets the unique, hierarchically-qualified identifier for the control. Inherited from ASPxClientControlBase.

Methods

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 ASPxClientPopupControl type. Inherited from ASPxClientPopupControl.
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(parameter) Sends a callback to the server and generates the server-side ASPxPopupControlBase.WindowCallback event, passing the specified argument to it. Inherited from ASPxClientPopupControlBase.
PerformWindowCallback(window, parameter) Sends a callback with parameters to update the popup window by processing the related popup window and the passed information on the server. Inherited from ASPxClientPopupControl.
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.
SetPopupElementCssSelector(selector) Sets the CSS selector of a web control or HTML element with which the current popup window is associated.
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.

Events

Name Description
AfterResizing Occurs on the client side after the control redrawn a resized window. Inherited from ASPxClientPopupControlBase.
BeforeResizing Occurs on the client side before the control redraws a resized window. Inherited from ASPxClientPopupControlBase.
BeginCallback Occurs when a callback for server-side processing is initiated. Inherited from ASPxClientPopupControlBase.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by the control. Inherited from ASPxClientPopupControlBase.
CloseButtonClick Occurs when a user clicks the popup window’s close button. Inherited from ASPxClientPopupControl.
CloseUp Occurs on the client side when a control’s window closes or hides. Inherited from ASPxClientPopupControlBase.
Closing Enables you to cancel window closing on the client side. Inherited from ASPxClientPopupControlBase.
EndCallback Occurs on the client side after a callback’s server-side processing has been completed. Inherited from ASPxClientPopupControlBase.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
PinnedChanged Occurs on the client side when the window pin state is changed. Inherited from ASPxClientPopupControlBase.
PopUp Occurs on the client side when a control’s window is invoked. Inherited from ASPxClientPopupControlBase.
Resize Occurs on the client side after a window has been resized. Inherited from ASPxClientPopupControlBase.
Shown Occurs on the client side after a control’s window has been invoked. Inherited from ASPxClientPopupControlBase.
See Also