Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string Theme { get; set; }

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
MVCxFormLayoutItem

Remarks

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

See Also