DxDialogProvider Properties
A component that allows you to create and show dialogs in code and contains common dialog settings.
Name | Description |
---|---|
Close |
Specifies whether a message box should be closed when a user presses Escape. |
Close |
Specifies whether a message box should be closed when a user clicks outside the box’s boundaries. |
Css |
Assigns a CSS class to a message box. |
Height | Specifies the height of message boxes. |
Render |
Specifies predefined style applied to message boxes. |
Show |
Specifies whether a message box displays the Close button. |
Show |
Specifies whether to show an icon in message boxes. |
Size |
Specifies the size of message boxes and their content. |
Theme |
Specifies a message box’s predefined color filling mode. |
Width | Specifies the width of message boxes. |
See Also