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 a template for content of the pop-up window’s body. |
BodyCssClass | Assign 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 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 | Assign 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 | Assign 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 | Assign 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 a dialog’s inner elements. Also affects a dialog’s size and content. Inherited from DxSizableComponentBase. |
Visible | Specifies whether the Popup is visible. |
Width | Specifies the Popup’s width. |
ZIndex | Specifies the Popup’s z-index. |
See Also