DxMessageBox Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Cancel |
Specifies the Cancel button text. |
Close |
Specifies whether the message box should be closed when a user presses Escape. |
Close |
Specifies whether the message box should be closed when a user clicks outside the box’s boundaries. |
Css |
Assigns a CSS class to the message box. |
Height | Specifies the message box height. |
Ok |
Specifies the OK button text. |
Render |
Specifies the component’s predefined style. |
Show |
Specifies whether the message box displays the Close button. |
Show |
Specifies whether to show an icon in the message box. |
Size |
Specifies the size of the component and its content. |
Text | Specifies the message box text. |
Theme |
Specifies the message box’s predefined theme mode. |
Title | Specifies the message box title. |
Type | Specifies whether the component displays an alert or confirmation dialog. |
Visible | Specifies whether the message box is visible. |
Width | Specifies the message box width. |
#Methods
Name | Description |
---|---|
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. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Closed | Fires after the message box is closed. |
Outside |
Fires when a message box is closed as a result of clicking outside the box’s boundaries. |
Shown | Fires after the message box is displayed. |
Visible |
Fires when the message box changes its Visible property value. |