DxPopupBase Properties
Defines the base API for classes that implement popup windows.| Name | Description |
|---|---|
| ApplyBackgroundShading | Specifies whether to shade the background when the Popup appears. |
| Attributes | Specifies a collection of standard HTML attributes applied to the Popup. |
| BodyContentTemplate | Specifies a template for content of the pop-up window’s body. |
| BodyCssClass | Assigns a CSS class to the body. |
| BodyTemplate | Specifies a template for the pop-up window’s body. Replaces the default render fragment (including paddings, scrollbars, etc.) |
| BodyText | Specifies text displayed in the Popup body. |
| ChildContent | Specifies body content. |
| CloseOnEscape | Specifies whether the Popup should be closed when a user presses Escape. |
| CloseOnOutsideClick | Specifies whether the Popup should be closed when a user clicks outside the Popup’s boundaries. |
| Content | Obsolete. This property is now obsolete. Use the BodyContentTemplate property instead. |
| ContentLoadMode | Specifies when the popup content is loaded. |
| CssClass | Assigns a CSS class to the entire Popup. |
| EnableAdaptivity | Specifies whether the Popup adapts its width on phones and tables. |
| FooterContentTemplate | Specifies a template for content of the pop-up window’s footer. |
| FooterCssClass | Assigns a CSS class to the footer. |
| FooterTemplate | Specifies a template for the window’s footer. Replaces the default render fragment (including paddings, scrollbars, etc.) |
| FooterText | Specifies text displayed in the Popup footer. |
| HeaderContentTemplate | Specifies a template for content of the pop-up window’s header. |
| HeaderCssClass | Assigns a CSS class to the header. |
| HeaderTemplate | Specifies a template for the window’s header. Replaces the default render fragment (including paddings, scrollbars, etc.) |
| HeaderText | Specifies text displayed in the Popup header. |
| Height | Specifies the Popup’s height. |
| Id | Specifies the component’s unique identifier. |
| IsInitialized | Gets whether the Popup component is initialized. |
| MaxHeight | Specifies the Popup’s maximum height when it adapts to fit its content. |
| MaxWidth | Specifies the Popup’s maximum width when it adapts to fit its content. |
| MinHeight | Specifies the Popup’s minimum height when it adapts to fit its content. |
| MinWidth | Specifies the Popup’s minimum width when it adapts to fit its content. |
| Scrollable | Specifies whether the vertical scrollbar appears in the drop-down window if its content exceeds the window’s boundaries. |
| ShowCloseButton | Specifies whether the header displays the Close button. |
| ShowFooter | Specifies whether the Popup displays the footer. |
| ShowHeader | Specifies whether the Popup displays the header. |
| SizeMode | Specifies the size of the component and its content. |
| Visible | Specifies whether the Popup is visible. |
| Width | Specifies the Popup’s width. |
| ZIndex | Specifies the Popup’s z-index. |
See Also