Back to Devexpress

DxDialogProvider Members

blazor-devexpress-dot-blazor-dot-dxdialogprovider-dot-underscore-members.md

latest3.8 KB
Original Source

DxDialogProvider Members

A component that allows you to create and show dialogs in code and contains common dialog settings.

Constructors

NameDescription
DxDialogProvider()Initializes a new instance of the DxDialogProvider class.

Properties

NameDescription
CloseOnEscapeSpecifies whether a message box should be closed when a user presses Escape.
CloseOnOutsideClickSpecifies whether a message box should be closed when a user clicks outside the box’s boundaries.
CssClassAssigns a CSS class to a message box.
HeightSpecifies the height of message boxes.
RenderStyleSpecifies predefined style applied to message boxes.
ShowCloseButtonSpecifies whether a message box displays the Close button.
ShowIconSpecifies whether to show an icon in message boxes.
SizeModeSpecifies the size of message boxes and their content.
ThemeModeSpecifies a message box’s predefined color filling mode.
WidthSpecifies the width of message boxes.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DxDialogProvider Class

DevExpress.Blazor Namespace