Back to Devexpress

DashboardExtensionSettings.CssClass Property

dashboard-devexpress-dot-dashboardweb-dot-mvc-dot-dashboardextensionsettings-02702a30.md

latest1.2 KB
Original Source

DashboardExtensionSettings.CssClass Property

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

Namespace : DevExpress.DashboardWeb.Mvc

Assembly : DevExpress.Dashboard.v25.2.Web.Mvc5.dll

NuGet Package : DevExpress.Web.Mvc5.Dashboard

Declaration

csharp
[Browsable(false)]
public string CssClass { get; set; }
vb
<Browsable(False)>
Public Property CssClass As String

Property Value

TypeDescription
String

The CSS class name.

|

See Also

DashboardExtensionSettings Class

DashboardExtensionSettings Members

DevExpress.DashboardWeb.Mvc Namespace