Back to Devexpress

MessageBoxThemeMode Enum

blazor-devexpress-dot-blazor-96ed367b.md

latest1.2 KB
Original Source

MessageBoxThemeMode Enum

Lists DxMessageBox component theme modes.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public enum MessageBoxThemeMode

Members

NameDescription
Auto

The applied theme depends on the DevExpress theme. For the Blazing Berry, Purple, or Office White theme, applies the dark theme to a message box. For the Blazing Dark theme, applies the light theme to a message box.

| | Light |

Applies the light theme to a message box.

| | Dark |

Applies the dark theme to a message box.

|

The following properties accept/return MessageBoxThemeMode values:

See Also

DevExpress.Blazor Namespace