WebMessageOptions.CssClass Property
In ASP.NET Core Blazor applications, specifies the CSS class applied to the widget that displays notifications.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
String | The CSS class applied to the alert widget. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to CssClass |
---|---|
MessageOptions |
|
Remarks
Use the CssClass property to apply a custom class to the widget that displays notifications. After this, you can customize the appearance of the alert widget in your application’s CSS.
See Also