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

ResourceStyleSheet.Theme Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string Theme { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying the theme name. Refer to Available Themes to learn more.

See Also