Back to Devexpress

DxPopupBase Properties

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

latest5.1 KB
Original Source

DxPopupBase Properties

Defines the base API for classes that implement popup windows.

NameDescription
ApplyBackgroundShadingSpecifies whether to shade the background when the Popup appears.
AttributesSpecifies a collection of standard HTML attributes applied to the Popup.
BodyContentTemplateSpecifies a template for content of the pop-up window’s body.
BodyCssClassAssigns a CSS class to the body.
BodyTemplateSpecifies a template for the pop-up window’s body. Replaces the default render fragment (including paddings, scrollbars, etc.)
BodyTextSpecifies text displayed in the Popup body.
ChildContentSpecifies body content.
CloseOnEscapeSpecifies whether the Popup should be closed when a user presses Escape.
CloseOnOutsideClickSpecifies whether the Popup should be closed when a user clicks outside the Popup’s boundaries.
ContentObsolete. This property is now obsolete. Use the BodyContentTemplate property instead.
ContentLoadModeSpecifies when the popup content is loaded.
CssClassAssigns a CSS class to the entire Popup.
EnableAdaptivitySpecifies whether the Popup adapts its width on phones and tables.
FooterContentTemplateSpecifies a template for content of the pop-up 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 Popup footer.
HeaderContentTemplateSpecifies a template for content of the pop-up 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 Popup header.
HeightSpecifies the Popup’s height.
IdSpecifies the component’s unique identifier.
IsInitializedGets whether the Popup component is initialized.
MaxHeightSpecifies the Popup’s maximum height when it adapts to fit its content.
MaxWidthSpecifies the Popup’s maximum width when it adapts to fit its content.
MinHeightSpecifies the Popup’s minimum height when it adapts to fit its content.
MinWidthSpecifies the Popup’s minimum width when it adapts to fit its content.
ScrollableSpecifies whether the vertical scrollbar appears in the drop-down window if its content exceeds the window’s boundaries.
ShowCloseButtonSpecifies whether the header displays the Close button.
ShowFooterSpecifies whether the Popup displays the footer.
ShowHeaderSpecifies whether the Popup displays the header.
SizeModeSpecifies the size of the component and its content.
VisibleSpecifies whether the Popup is visible.
WidthSpecifies the Popup’s width.
ZIndexSpecifies the Popup’s z-index.

See Also

DxPopupBase Class

DxPopupBase Members

DevExpress.Blazor Namespace