BootstrapPopupControlBuilder Methods
A web control that enables you to add the popup window functionality to your web application.Name | Description |
---|---|
AllowDragging(Boolean) | Sets a value specifying whether a control’s window can be dragged by end users. |
AllowResize(Boolean) | Sets a value that specifies whether the control’s window can be resized by end-users on the client side. |
AppearAfter(Int32) | Sets the delay in displaying the popup control’s popup window. |
AutoUpdatePosition(Boolean) | Sets the value that specifies whether the default popup window’s position is updated automatically, when required. |
ClientSideEvents(Action<PopupControlClientSideEventsBuilder>) | Object that lists the client-side events specific to the current popup control. |
CloseAction(CloseAction) | Sets a value that specifies which action forces a displayed popup window to close. |
CloseAnimationType(AnimationType) | Sets a value specifying the animation type used to close popup windows. |
CloseOnEscape(Boolean) | Sets a value specifying whether a popup window is closed when an end-user presses the ESC key. |
Content(TemplateContent) | |
ContentUrl(String) | Sets the navigation location of a specific web page to be displayed within the control’s window. |
ContentUrlIFrameTitle(String) | Sets the title of the window’s IFRAME element. |
CssClasses(Action<BootstrapPopupControlCssClassesBuilder>) | Provides access to CSS classes applied to visual elements of the Popup Control. |
DisappearAfter(Int32) | Sets the delay in hiding the popup control’s popup window. |
DragElement(DragElement) | Sets a window’s part available for drag and drop operations. |
EnableCallbackAnimation(Boolean) | Sets a value that specifies whether a fade animation effect is used when a window’s content is updated via a callback. |
EnableCallbackCompression(Boolean) | Sets whether callback result compression is enabled. |
EnableClientSideAPI(Boolean) | Sets a value that specifies whether the control can be manipulated on the client side via code. |
Enabled(Boolean) | Inherited from BootstrapControlBuilder<T>. |
EncodeHtml(Boolean) | Inherited from BootstrapControlBuilder<T>. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
FooterContentTemplate(TemplateContent) | Sets a template to display the content of the default window’s footer. |
FooterNavigateUrl(String) | Sets an URL where the client’s web browser will navigate when the text or image is clicked within a window’s footer. |
FooterTemplate(TemplateContent) | Sets a template to display the default window’s footer. |
FooterText(String) | Sets the text content of a window’s footer. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
HeaderContentTemplate(TemplateContent) | Sets a template used to display the content of the default window’s header. |
HeaderNavigateUrl(String) | Sets an URL where the client’s web browser will navigate when the text or image is clicked within a window’s header. |
HeaderTemplate(TemplateContent) | Sets a template used to display the default window’s header. |
HeaderText(String) | Sets the text content of a window’s header. |
Height(Int32) | Inherited from BootstrapControlBuilder<T>. |
Height(String) | Inherited from BootstrapControlBuilder<T>. |
Left(Int32) | Sets the x-coordinate of a control’s left side. |
LoadContentViaCallback(LoadContentViaCallback) | Sets a value specifying the content loading mode for the BootstrapPopupControlBuilder. |
MaxHeight(Int32) | Sets the maximum height of a control’s window. |
MaxHeight(String) | Sets the maximum height of a control’s window. |
MaxWidth(Int32) | Sets the maximum width of a control’s window. |
MaxWidth(String) | Sets the maximum width of a control’s window. |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
MinHeight(Int32) | Sets the minimum height of a control’s window. |
MinHeight(String) | Sets the minimum height of a control’s window. |
MinWidth(Int32) | Sets the minimum width of a control’s window. |
MinWidth(String) | Sets the minimum width of a control’s window. |
Modal(Boolean) | Sets whether the default popup window is modal. |
Name(String) | Inherited from BootstrapControlBuilder<T>. |
PopupAction(PopupAction) | Sets a value that specifies which action forces a popup window to appear. |
PopupAlignCorrection(PopupAlignCorrection) | Provides the capability to disable the automatic correction of a popup window position. |
PopupAnimationType(AnimationType) | Sets a value specifying the animation type used to show popup windows. |
PopupElementCssSelector(String) | Sets the CSS selector of a web control or HTML element with which the current popup window is associated. |
PopupHorizontalAlign(PopupHorizontalAlign) | Sets a popup window’s horizontal alignment. |
PopupHorizontalOffset(Int32) | Sets a popup window’s horizontal offset. |
PopupVerticalAlign(PopupVerticalAlign) | Sets a popup window’s vertical alignment. |
PopupVerticalOffset(Int32) | Sets a popup window’s vertical offset. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RenderIFrameForPopupElements(Nullable<Boolean>) | Sets a value that specifies whether the control’s window (popup windows for PopupControl) is displayed above Java applets that may present on the web page. |
ResizingMode(ResizingMode) | Sets a value that specifies when the window being resized should be redrawn. |
Routes(Action<PopupControlRouteCollectionBuilder>) | |
SaveStateToCookies(Boolean) | Sets a value that specifies whether cookies are used to persist the pin, minimize and maximize states, visibility, size, and position of the element (windows for PopupControl, dock panel for DockPanel). |
SaveStateToCookiesID(String) | Sets the name (identifier) of the cookie in which the control’s state is persisted. |
ScrollBars(ScrollBars) | Sets a value specifying which scrollbars should appear in the control’s window. |
SettingsAdaptivity(Action<PopupControlAdaptivitySettingsBuilder>) | Provides access to the popup window’s adaptivity settings. |
SettingsBootstrap(Action<BootstrapPopupControlBootstrapSpecificSettingsBuilder>) | Provides access to the Popup Control‘s rendering settings affecting features specific to the Bootstrap framework. |
SettingsLoadingPanel(Action<SettingsLoadingPanelBuilder>) | Provides access to the loading panel settings. |
ShowCloseButton(Boolean) | Sets a value that specifies whether a window’s close button is displayed. |
ShowFooter(Boolean) | Sets a value that specifies whether a window’s footer is displayed. |
ShowHeader(Boolean) | Sets a value that specifies whether a window’s header is displayed. |
ShowOnPageLoad(Boolean) | Sets a value that specifies whether the window is automatically displayed when a client browser loads the page. |
ShowPageScrollbarWhenModal(Boolean) | Sets a value that specifies whether a browser’s scroll bars can be displayed when the default popup window is shown in modal mode. |
ShowViewportScrollbarWhenModal(Boolean) | 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. |
TabIndex(Int16) | Sets the control’s tab index. |
Target(String) | Sets a window or frame at which to tarthe contents of the URLs associated with links in a window’s header and footer. |
Text(String) | Sets the text displayed within a window’s content region. |
ToolTip(String) | Sets the text displayed when the mouse pointer hovers over the control. |
Top(Int32) | Sets the y-coordinate of a control’s top side. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Visible(Boolean) | Inherited from BootstrapControlBuilder<T>. |
Width(Int32) | Inherited from BootstrapControlBuilder<T>. |
Width(String) | Inherited from BootstrapControlBuilder<T>. |
WriteTo(TextWriter, HtmlEncoder) | Inherited from BootstrapControlBuilder<T>. |
See Also