Skip to main content
A newer version of this page is available. .

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.
BodyContentTemplate Specifies the template used to display the body’s content area.
BodyCssClass Specifies the CSS class applied to the body.
BodyTemplate Specifies the template used to display the entire body.
BodyText Specifies text displayed in the Popup body.
ChildContent Specifies the body’s 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.
CssClass Specifies the CSS class applied to the entire Popup.
EnableAdaptivity Specifies whether the Popup adapts its width on phones and tables.
FooterContentTemplate Specifies the template used to display the footer’s content area.
FooterCssClass Specifies the CSS class applied to the footer.
FooterTemplate Specifies the template used to display the entire footer.
FooterText Specifies text displayed in the Popup footer.
HeaderContentTemplate Specifies the template used to display the header’s content area.
HeaderCssClass Specifies the CSS class applied to the header.
HeaderTemplate Specifies the template used to display the entire header.
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 scroll bar 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.
Visible Specifies whether the Popup is visible.
Width Specifies the Popup’s width.
ZIndex Specifies the Popup’s Z-index.
See Also