Skip to main content

StyleSheet.Theme Property

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

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v24.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.

See Also