DxMessageBox Properties
A message box intended for use as an alert or confirmation dialog.Name | Description |
---|---|
CancelButtonText | Specifies the Cancel button text. |
CloseOnEscape | Specifies whether the message box should be closed when a user presses Escape. |
CloseOnOutsideClick | Specifies whether the message box should be closed when a user clicks outside the box’s boundaries. |
CssClass | Assigns a CSS class to the message box. |
Height | Specifies the message box height. |
OkButtonText | Specifies the OK button text. |
RenderStyle | Specifies the component’s predefined style. |
ShowCloseButton | Specifies whether the message box displays the Close button. |
ShowIcon | Specifies whether to show an icon in the message box. |
SizeMode | Specifies the size of the component and its content. |
Text | Specifies the message box text. |
ThemeMode | 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. |
See Also