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

StylesBase.Theme Property

Gets or sets the name of the Theme to be applied to a web control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public string Theme { get; set; }

Property Value

Type Description
String

A string value specifying the theme name.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Theme
ASP.NET Controls and MVC Extensions ASPxHtmlEditor
ASP.NET MVC Extensions HtmlEditorSettings
MVCxHtmlEditor
See Also