SettingsBase.Theme Property
In This Article
Gets or sets the name of the theme to be applied to the extension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
String | A string value specifying the theme name. Refer to Available Themes to learn more. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Theme |
---|---|
MVCx |
|
#Remarks
Refer to the Applying Themes documentation section to learn about applying themes for DevExpress ASP.NET MVC extensions.
See Also