Skip to main content
A newer version of this page is available. .

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

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
PivotGridSettings
ReportToolbarExtension
.Settings.Theme
ReportViewerExtension
.Settings.Theme
SchedulerSettings
SchedulerStorageControlSettings

Remarks

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

See Also