WebMessageOptions.CssClass Property
In This Article
In ASP.NET Core Blazor applications, specifies the CSS class applied to the widget that displays notifications.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Css |
---|---|
Message |
|
#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