Back to Devexpress

MessageBoxOptions Properties

blazor-devexpress-dot-blazor-dot-messageboxoptions-dot-underscore-properties.md

latest2.0 KB
Original Source

MessageBoxOptions Properties

Defines options for a message box.

NameDescription
CancelButtonTextSpecifies the Cancel button text.
CloseOnEscapeSpecifies whether the message box should be closed when a user presses Escape.
CloseOnOutsideClickSpecifies whether the message box should be closed when a user clicks outside the box’s boundaries.
CssClassAssigns a CSS class to the message box.
HeightSpecifies the message box height.
OkButtonTextSpecifies the OK button text.
RenderStyleSpecifies the component’s predefined style.
ShowCloseButtonSpecifies whether the message box displays the Close button.
ShowIconSpecifies whether to show an icon in the message box.
SizeModeSpecifies the size of the message box and its content.
TextSpecifies the message box text.
ThemeModeSpecifies the message box’s predefined theme mode.
TitleSpecifies the message box title.
WidthSpecifies the message box width.

See Also

MessageBoxOptions Class

MessageBoxOptions Members

DevExpress.Blazor Namespace