Back to Devexpress

DxWindow Properties

blazor-devexpress-dot-blazor-dot-dxwindow-dot-underscore-properties.md

latest5.6 KB
Original Source

DxWindow Properties

A non-modal window with custom content.

NameDescription
AllowDragSpecifies whether users can drag the Window.
AllowDragByHeaderOnlySpecifies whether a user can start window drag-and-drop in the header only or anywhere in the client area.
AllowResizeSpecifies whether users can resize the Window.
AttributesSpecifies a collection of standard HTML attributes applied to the Window.
BodyContentTemplateSpecifies a template for content of the window’s body.
BodyCssClassAssigns a CSS class to the Window’s body.
BodyTemplateSpecifies a template for the window’s body. Replaces the default render fragment (including paddings, scrollbars, etc.)
BodyTextSpecifies text displayed in the Window body.
BodyTextTemplateSpecifies the template for the Window’s body text area.
ChildContentSpecifies body content.
CloseOnEscapeSpecifies whether the Window should close when a user presses Escape.
ContentLoadModeSpecifies when the popup window content is loaded.
CssClassAssigns a CSS class to the window.
FooterContentTemplateSpecifies a template for content of the window’s footer.
FooterCssClassAssigns a CSS class to the footer.
FooterTemplateSpecifies a template for the window’s footer. Replaces the default render fragment (including paddings, scrollbars, etc.)
FooterTextSpecifies text displayed in the Window footer.
FooterTextTemplateSpecifies the template for the Window’s footer text area.
HeaderContentTemplateSpecifies a template for content of the window’s header.
HeaderCssClassAssigns a CSS class to the header.
HeaderTemplateSpecifies a template for the window’s header. Replaces the default render fragment (including paddings, scrollbars, etc.)
HeaderTextSpecifies text displayed in the Window header.
HeaderTextTemplateSpecifies the template for the Window’s header text area.
HeightSpecifies the Window’s height.
HorizontalAlignmentSpecifies the Window’s horizontal alignment.
IdSpecifies the component’s unique identifier.
InitializedTaskThe task that allows you to wait until the Window is initialized.
IsInitializedGets whether the Window component is initialized.
MaxHeightSpecifies the Window’s maximum height.
MaxWidthSpecifies the Window’s maximum width.
MinHeightSpecifies the Window’s minimum height.
MinWidthSpecifies the Window’s minimum width.
PositionXSpecifies the X coordinate of the Window’s top left corner.
PositionYSpecifies the Y coordinate of the Window’s top left corner.
ScrollableSpecifies whether the vertical scrollbar appears in the Window if its content exceeds the Window’s boundaries.
ShowCloseButtonSpecifies whether the Window’s header displays the Close button.
ShowFooterSpecifies whether the Window displays the footer.
ShowHeaderSpecifies whether the Window displays the header.
SizeModeSpecifies the size of the component and its content.
VerticalAlignmentSpecifies the Window’s vertical alignment.
VisibleSpecifies whether the Window is visible.
WidthSpecifies the Window’s width.
ZIndexSpecifies the Window’s z-index.

See Also

DxWindow Class

DxWindow Members

DevExpress.Blazor Namespace