Skip to main content

PopupControlSettingsBase Properties

A base class containing common settings of the PopupControl and DockPanel extensions.
Name Description
AccessibilityCompliant Enables accessibility support.
AccessKey Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase.
AllowDragging Gets or sets a value specifying whether a popup window (dock panel) can be dragged by end users.
AllowResize Gets or sets a value that specifies whether popup windows (dock panel) can be resized by end-users on the client side.
Attributes Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase.
CallbackRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
CloseAnimationType Gets or sets a value specifying the animation type used to close popup windows.
Collapsed Gets or sets a value that specifies whether the window (dock panel) is collapsed.
ContentUrl Gets or sets the navigation location of a specific web page to be displayed within the popup window (dock panel).
ControlStyle Provides access to the style settings declared at the root level of the PopupControl’s wrapped web server control.
CustomJSProperties Enables you to supply any server data that can then be parsed on the client.
DragElement Gets or sets a popup window’s (or dock panel’s) part available for drag and drop operations.
EnableAnimation Obsolete. Gets or sets a value specifying the animation type used to show popup windows.
EnableCallbackAnimation Gets or sets a value that specifies whether a fade animation effect is used when a window’s content is updated via a callback.
EnableClientSideAPI Gets or sets a value that specifies whether the extension to which this PopupControlSettingsBase object is passed can be manipulated on the client side via code.
Enabled Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase.
EnableHotTrack Gets or sets a value that specifies whether a popup window (or a dock panel) can visually respond to mouse hovering.
EnableTheming Gets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase.
EncodeHtml Gets or sets whether to encode editor value and content. Inherited from SettingsBase.
FooterNavigateUrl Gets or sets a URL to where the client’s web browser will navigate when the text or image is clicked within a popup window’s (or a dock panel’s) footer.
FooterText Gets or sets the text content of a popup window’s (or a dock panel’s) footer.
HeaderNavigateUrl Gets or sets a URL where the client’s web browser will navigate when the text or image is clicked within a popup window’s (or a dock panel’s) header.
HeaderText Gets or sets the text content of a popup window’s (or a dock panel’s) header.
Height Gets or sets the height of the extension. Inherited from SettingsBase.
Images Provides access to the settings that define images for various elements within the PopupControl.
Init Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase.
Left Gets or sets the x-coordinate of the element left side.
LoadingPanelDelay Obsolete. Gets or sets the delay before displaying the loading panel in the popup.
LoadingPanelImagePosition Obsolete. Gets or sets the position of an image displayed within a loading panel.
LoadingPanelText Obsolete. Gets or sets the text to be displayed within a loading panel while waiting for a callback response.
MaxHeight Gets or sets the maximum height of a PopupControl’s window (or a DockPanel).
Maximized Gets or sets a value that specifies whether the window (dock panel) is maximized.
MaxWidth Gets or sets the maximum width of a PopupControl’s window (or a DockPanel).
MinHeight Gets or sets the minimum height of a PopupControl’s window (or a DockPanel).
MinWidth Gets or sets the minimum width of a PopupControl’s window (or a DockPanel).
Name Specifies the unique identifier name for the extension. Inherited from SettingsBase.
Opacity Gets or sets the opacity level of popup windows within the PopupControl (or DockPanel).
Pinned Gets or sets a value that specifies whether the window (dock panel) is pinned.
PopupAnimationType Gets or sets a value specifying the animation type used to show popup windows.
PreRender Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase.
RenderIFrameForPopupElements Gets or sets a value that specifies whether popup windows (or a dock panel) are displayed above Java applets that may present on the web page.
ResizingMode Gets or sets a value that specifies when the popup window (or a dock panel) being resized should be redrawn.
RightToLeft Specifies whether to apply right-to-left representation to the extension.
SaveStateToCookies Gets or sets a value that specifies whether cookies are used to persist the state of the popup control’s windows (for PopupControl extension) or a dock panel (for DockPanel extension).
SaveStateToCookiesID Gets or sets the name (identifier) of the cookie in which the extension element state is persisted.
ScrollBars Gets or sets a value specifying which scrollbars should appear within the PopupControl’s window (or the DockPanel).
SettingsLoadingPanel Provides access to the loading panel’s settings.
ShowCloseButton Gets or sets a value that specifies whether a popup window’s (or a dock panel’s) close button is displayed.
ShowCollapseButton Gets or sets a value that specifies whether a window’s close button is displayed.
ShowFooter Gets or sets a value that specifies whether a popup window’s (or a dock panel’s) footer is displayed.
ShowHeader Gets or sets a value that specifies whether a popup window’s (or a dock panel’s) header is displayed.
ShowLoadingPanel Obsolete. Gets or sets whether the loading panel can be displayed.
ShowLoadingPanelImage Obsolete. Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.
ShowMaximizeButton Gets or sets a value that specifies whether a window’s maximize button is displayed.
ShowOnPageLoad Gets or sets a value that specifies whether the default popup window (for PopupControl extension) or a dock panel (for DockPanel extension) is automatically displayed when a client browser loads the page.
ShowPinButton Gets or sets a value that specifies whether a window’s pin button is displayed.
ShowRefreshButton Gets or sets a value that specifies whether a window’s refresh button is displayed.
ShowShadow Gets or sets a value that specifies whether a popup window (or a dock panel) casts a shadow.
ShowSizeGrip Gets or sets the visibility of a size grip element.
SkinID Gets or sets the skin to apply to the control. Inherited from SettingsBase.
Style Gets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase.
Styles Provides access to the style settings that control the appearance of the extension’s visual elements.
TabIndex Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase.
Target Gets or sets a window or frame to which to target the contents of the URLs associated with links in a popup window’s (or a dock panel’s) header and footer.
Text Gets or sets the text displayed within a popup window’s (or a dock panel’s) content region.
Theme Gets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase.
ToolTip Gets or sets a UI element’s tooltip text. Inherited from SettingsBase.
Top Gets or sets the y-coordinate of the default popup window’s top side.
Width Gets or sets the width of the extension. Inherited from SettingsBase.
See Also