Back to Devexpress

DxMessageBox Properties

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

latest2.3 KB
Original Source

DxMessageBox Properties

A message box intended for use as an alert or confirmation dialog.

NameDescription
AttributesSpecifies a collection of standard HTML attributes applied to the Message Box.
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 component and its content.
TextSpecifies the message box text.
ThemeModeSpecifies the message box’s predefined theme mode.
TitleSpecifies the message box title.
TypeSpecifies whether the component displays an alert or confirmation dialog.
VisibleSpecifies whether the message box is visible.
WidthSpecifies the message box width.

See Also

DxMessageBox Class

DxMessageBox Members

DevExpress.Blazor Namespace