DxPopupBase Members
#Properties
Name | Description |
---|---|
Apply |
Specifies whether to shade the background when the Popup appears. |
Attributes | Specifies a collection of standard HTML attributes applied to the Popup. |
Body |
Specifies a template for content of the pop-up window’s body. |
Body |
Assigns a CSS class to the body. |
Body |
Specifies a template for the pop-up window’s body. Replaces the default render fragment (including paddings, scrollbars, etc.) |
Body |
Specifies text displayed in the Popup body. |
Child |
Specifies the body’s content. |
Close |
Specifies whether the Popup should be closed when a user presses Escape. |
Close |
Specifies whether the Popup should be closed when a user clicks outside the Popup’s boundaries. |
Content |
Obsolete. This property is now obsolete. Use the Body |
Css |
Assigns a CSS class to the entire Popup. |
Enable |
Specifies whether the Popup adapts its width on phones and tables. |
Footer |
Specifies a template for content of the pop-up window’s footer. |
Footer |
Assigns a CSS class to the footer. |
Footer |
Specifies a template for the window’s footer. Replaces the default render fragment (including paddings, scrollbars, etc.) |
Footer |
Specifies text displayed in the Popup footer. |
Header |
Specifies a template for content of the pop-up window’s header. |
Header |
Assigns a CSS class to the header. |
Header |
Specifies a template for the window’s header. Replaces the default render fragment (including paddings, scrollbars, etc.) |
Header |
Specifies text displayed in the Popup header. |
Height | Specifies the Popup’s height. |
Id | Specifies the component’s unique identifier. |
Is |
Gets whether the Popup component is initialized. |
Max |
Specifies the Popup’s maximum height when it adapts to fit its content. |
Max |
Specifies the Popup’s maximum width when it adapts to fit its content. |
Min |
Specifies the Popup’s minimum height when it adapts to fit its content. |
Min |
Specifies the Popup’s minimum width when it adapts to fit its content. |
Scrollable | Specifies whether the vertical scrollbar appears in the drop-down window if its content exceeds the window’s boundaries. |
Show |
Specifies whether the header displays the Close button. |
Show |
Specifies whether the Popup displays the footer. |
Show |
Specifies whether the Popup displays the header. |
Size |
Specifies the size of the component and its content. |
Visible | Specifies whether the Popup is visible. |
Width | Specifies the Popup’s width. |
ZIndex | Specifies the Popup’s z-index. |
#Methods
Name | Description |
---|---|
Close |
Asynchronously closes the Popup. |
Dispose |
Asynchronously disposes of the Popup. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Show |
Asynchronously shows the Popup. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Close |
Obsolete. This event is now obsolete. Handle the Closing or Closed event instead. |
Closed | Fires after the Popup is closed. |
Closing | Fires before the Popup is closed. |
Created | Fires after the Popup is created. |
Disposed | Fires after the Popup is disposed. |
Showing | Fires before the Popup is displayed. |
Shown | Fires after the Popup is displayed. |
Visible |
Fires when the Popup changes its Visible property value. |