Skip to main content
All docs
V24.1

DashboardExtensionSettings.CssClass Property

Specifies the name of the CSS class applied to the Dashboard Control.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v24.1.Web.Mvc5.dll

NuGet Package: DevExpress.Web.Mvc5.Dashboard

Declaration

[Browsable(false)]
public string CssClass { get; set; }

Property Value

Type Description
String

The CSS class name.

See Also