Skip to main content
A newer version of this page is available. .

DxPopup Members

A Popup component.

Constructors

Name Description
DxPopup() Initializes a new DxPopup class instance.

Properties

Name Description
ApplyBackgroundShading Specifies whether to shade the background when the Popup appears. Inherited from DxPopupBase.
BodyContentTemplate Specifies the template used to display the body’s content area. Inherited from DxPopupBase.
BodyCssClass Specifies the CSS class applied to the body. Inherited from DxPopupBase.
BodyTemplate Specifies the template used to display the entire body. Inherited from DxPopupBase.
BodyText Specifies text displayed in the Popup body. Inherited from DxPopupBase.
ChildContent Specifies the body’s 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.
CssClass Specifies the CSS class applied to the entire Popup. Inherited from DxPopupBase.
EnableAdaptivity Specifies whether the Popup adapts its width on phones and tables. Inherited from DxPopupBase.
FooterContentTemplate Specifies the template used to display the footer’s content area. Inherited from DxPopupBase.
FooterCssClass Specifies the CSS class applied to the footer. Inherited from DxPopupBase.
FooterTemplate Specifies the template used to display the entire footer. Inherited from DxPopupBase.
FooterText Specifies text displayed in the Popup footer. Inherited from DxPopupBase.
HeaderContentTemplate Specifies the template used to display the header’s content area. Inherited from DxPopupBase.
HeaderCssClass Specifies the CSS class applied to the header. Inherited from DxPopupBase.
HeaderTemplate Specifies the template used to display the entire header. 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.
Scrollable Specifies whether the vertical scroll bar 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.
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.

Methods

Name Description
CloseAsync(CancellationToken) Asynchronously closes the Popup. Inherited from DxPopupBase.
DisposeAsync() Asynchronously disposes of the Popup. Inherited from DxPopupBase.
Equals(Object, Object) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ShowAsync(CancellationToken) Asynchronously shows the Popup. Inherited from DxPopupBase.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
CloseButtonClick Obsolete. This event is now obsolete. Handle the Closing or Closed event instead. Inherited from DxPopupBase.
Closed Fires after the Popup is closed. Inherited from DxPopupBase.
Closing Fires before the Popup is closed. Inherited from DxPopupBase.
Created Fires after the Popup is created. Inherited from DxPopupBase.
Disposed Fires after the Popup is disposed. Inherited from DxPopupBase.
Showing Fires before the Popup is displayed. Inherited from DxPopupBase.
Shown Fires after the Popup is displayed. Inherited from DxPopupBase.
VisibleChanged Fires when the Popup changes its Visible property value. Inherited from DxPopupBase.
See Also