DxWindow Properties
A non-modal window with custom content.| Name | Description |
|---|---|
| AllowDrag | Specifies whether users can drag the Window. |
| 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 Window. |
| Attributes | Specifies a collection of standard HTML attributes applied to the Window. |
| BodyContentTemplate | Specifies a template for content of the window’s body. |
| BodyCssClass | Assigns a CSS class to the Window’s body. |
| BodyTemplate | Specifies a template for the window’s body. Replaces the default render fragment (including paddings, scrollbars, etc.) |
| BodyText | Specifies text displayed in the Window body. |
| BodyTextTemplate | Specifies the template for the Window’s body text area. |
| ChildContent | Specifies body content. |
| CloseOnEscape | Specifies whether the Window should close when a user presses Escape. |
| ContentLoadMode | Specifies when the popup window content is loaded. |
| CssClass | Assigns a CSS class to the window. |
| FooterContentTemplate | Specifies a template for content of the 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 Window footer. |
| FooterTextTemplate | Specifies the template for the Window’s footer text area. |
| HeaderContentTemplate | Specifies a template for content of the 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 Window header. |
| HeaderTextTemplate | Specifies the template for the Window’s header text area. |
| Height | Specifies the Window’s height. |
| HorizontalAlignment | Specifies the Window’s horizontal alignment. |
| Id | Specifies the component’s unique identifier. |
| InitializedTask | The task that allows you to wait until the Window is initialized. |
| IsInitialized | Gets whether the Window component is initialized. |
| MaxHeight | Specifies the Window’s maximum height. |
| MaxWidth | Specifies the Window’s maximum width. |
| MinHeight | Specifies the Window’s minimum height. |
| MinWidth | Specifies the Window’s minimum width. |
| PositionX | Specifies the X coordinate of the Window’s top left corner. |
| PositionY | Specifies the Y coordinate of the Window’s top left corner. |
| Scrollable | Specifies whether the vertical scrollbar appears in the Window if its content exceeds the Window’s boundaries. |
| ShowCloseButton | Specifies whether the Window’s header displays the Close button. |
| ShowFooter | Specifies whether the Window displays the footer. |
| ShowHeader | Specifies whether the Window displays the header. |
| SizeMode | Specifies the size of the component and its content. |
| VerticalAlignment | Specifies the Window’s vertical alignment. |
| Visible | Specifies whether the Window is visible. |
| Width | Specifies the Window’s width. |
| ZIndex | Specifies the Window’s z-index. |
See Also