Back to Devexpress

DxPopupBase Members

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

latest8.5 KB
Original Source

DxPopupBase Members

Defines the base API for classes that implement popup windows.

Properties

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.

Methods

NameDescription
CloseAsync(CancellationToken)Asynchronously closes the Popup.
DisposeAsync()Asynchronously disposes of the Popup.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ShowAsync(CancellationToken)Asynchronously shows the Popup.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
CloseButtonClickObsolete. This event is now obsolete. Handle the Closing or Closed event instead.
ClosedFires after the Popup is closed.
ClosingFires before the Popup is closed.
CreatedFires after the Popup is created.
DisposedFires after the Popup is disposed.
ShowingFires before the Popup is displayed.
ShownFires after the Popup is displayed.
VisibleChangedFires when the Popup changes its Visible property value.

See Also

DxPopupBase Class

DevExpress.Blazor Namespace