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
ChildContent Specifies the pop-up windows’s content.
Content Specifies the pop-up window’s content.
CssClass Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
FooterCssClass Specifies the CSS class for a pop-up window’s footer.
FooterTemplate Specifies a template for a pop-up window’s footer.
HeaderCssClass Specifies the CSS class for a pop-up window’s header.
HeaderTemplate Specifies a template for a pop-up window’s header.
HeaderText Specifies text for a pop-up window’s header.
Id For internal use only. Inherited from DxComponentBase.
Scrollable Specifies whether scroll bars can appear in a pop-up window.
ShowCloseButton Specifies whether to display the Close in a pop-up window’s header.
ShowHeader Specifies whether a pop-up window displays a header.
Visible Specifies whether a pop-up window is visible.

Methods

Name Description
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.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
CloseButtonClick Fires when a user clicks the Close button in a pop-up window’s header.
VisibleChanged Fires when a pop-up window’s visibility is changed.
See Also