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

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:

Object Type Path to Theme
ASPxHtmlEditor
HtmlEditorSettings
MVCxHtmlEditor
See Also