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

ExtensionsFactory.Theme Property

OBSOLETE

Use the DevExpressHelper.Theme property instead.

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

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

[Obsolete("Use the DevExpressHelper.Theme property instead.", true)]
public static string Theme { get; set; }

Property Value

Type
String
See Also