Skip to main content
All docs
V24.2
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public string CssClass { get; set; }

#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
.Web .CssClass

#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