Back to Devexpress

SettingsBase.Theme Property

aspnet-devexpress-dot-web-dot-mvc-dot-settingsbase-11e639a6.md

latest1.7 KB
Original Source

SettingsBase.Theme Property

Gets or sets the name of the theme to be applied to the extension.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v20.1.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public string Theme { get; set; }
vb
Public Property Theme As String

Property Value

TypeDescription
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 TypePath to Theme
MVCxFormLayoutItem

.NestedExtensionSettings .Theme

|

Remarks

Refer to the Applying Themes documentation section to learn about applying themes for DevExpress ASP.NET MVC extensions.

See Also

Applying Themes

SettingsBase Class

SettingsBase Members

DevExpress.Web.Mvc Namespace