DxPopup Properties
A modal popup window with custom content that overlays the current view.| Name | Description |
|---|---|
| AllowDrag | Specifies whether users can drag the Popup. |
| AllowDragByHeaderOnly | Specifies whether a user can start window drag-and-drop in the header only or anywhere in the client area. |
| AllowResize | Specifies whether users can resize the Popup. |
| ApplyBackgroundShading | Specifies whether to shade the background when the Popup appears. Inherited from DxPopupBase. |
| Attributes | Specifies a collection of standard HTML attributes applied to the Popup. Inherited from DxPopupBase. |
| BodyContentTemplate | Specifies a template for content of the pop-up window’s body. Inherited from DxPopupBase. |
| BodyCssClass | Assigns a CSS class to the body. Inherited from DxPopupBase. |
| BodyTemplate | Specifies a template for the pop-up window’s body. Replaces the default render fragment (including paddings, scrollbars, etc.) Inherited from DxPopupBase. |
| BodyText | Specifies text displayed in the Popup body. Inherited from DxPopupBase. |
| ChildContent | Specifies body content. Inherited from DxPopupBase. |
| CloseOnEscape | Specifies whether the Popup should be closed when a user presses Escape. Inherited from DxPopupBase. |
| CloseOnOutsideClick | Specifies whether the Popup should be closed when a user clicks outside the Popup’s boundaries. Inherited from DxPopupBase. |
| Content | Obsolete. This property is now obsolete. Use the BodyContentTemplate property instead. Inherited from DxPopupBase. |
| ContentLoadMode | Specifies when the popup content is loaded. Inherited from DxPopupBase. |
| CssClass | Assigns a CSS class to the entire Popup. Inherited from DxPopupBase. |
| EnableAdaptivity | Specifies whether the Popup adapts its width on phones and tables. Inherited from DxPopupBase. |
| FooterContentTemplate | Specifies a template for content of the pop-up window’s footer. Inherited from DxPopupBase. |
| FooterCssClass | Assigns a CSS class to the footer. Inherited from DxPopupBase. |
| FooterTemplate | Specifies a template for the window’s footer. Replaces the default render fragment (including paddings, scrollbars, etc.) Inherited from DxPopupBase. |
| FooterText | Specifies text displayed in the Popup footer. Inherited from DxPopupBase. |
| HeaderContentTemplate | Specifies a template for content of the pop-up window’s header. Inherited from DxPopupBase. |
| HeaderCssClass | Assigns a CSS class to the header. Inherited from DxPopupBase. |
| HeaderTemplate | Specifies a template for the window’s header. Replaces the default render fragment (including paddings, scrollbars, etc.) Inherited from DxPopupBase. |
| HeaderText | Specifies text displayed in the Popup header. Inherited from DxPopupBase. |
| Height | Specifies the Popup’s height. Inherited from DxPopupBase. |
| HorizontalAlignment | Specifies the Popup’s horizontal alignment. |
| Id | Specifies the component’s unique identifier. Inherited from DxPopupBase. |
| IsInitialized | Gets whether the Popup component is initialized. Inherited from DxPopupBase. |
| MaxHeight | Specifies the Popup’s maximum height when it adapts to fit its content. Inherited from DxPopupBase. |
| MaxWidth | Specifies the Popup’s maximum width when it adapts to fit its content. Inherited from DxPopupBase. |
| MinHeight | Specifies the Popup’s minimum height when it adapts to fit its content. Inherited from DxPopupBase. |
| MinWidth | Specifies the Popup’s minimum width when it adapts to fit its content. Inherited from DxPopupBase. |
| PositionX | Specifies the X coordinate of the Popup’s top left corner. |
| PositionY | Specifies the Y coordinate of the Popup’s top left corner. |
| Scrollable | Specifies whether the vertical scrollbar appears in the drop-down window if its content exceeds the window’s boundaries. Inherited from DxPopupBase. |
| ShowCloseButton | Specifies whether the header displays the Close button. Inherited from DxPopupBase. |
| ShowFooter | Specifies whether the Popup displays the footer. Inherited from DxPopupBase. |
| ShowHeader | Specifies whether the Popup displays the header. Inherited from DxPopupBase. |
| SizeMode | Specifies the size of the component and its content. Inherited from DxPopupBase. |
| VerticalAlignment | Specifies the Popup’s vertical alignment. |
| Visible | Specifies whether the Popup is visible. Inherited from DxPopupBase. |
| Width | Specifies the Popup’s width. Inherited from DxPopupBase. |
| ZIndex | Specifies the Popup’s z-index. Inherited from DxPopupBase. |
See Also