ExtensionsFactory.Theme Property
In This Article
OBSOLETE
Use the DevExpress
Gets or sets the name of the theme to be applied to an extension.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
[Obsolete("Use the DevExpressHelper.Theme property instead.", true)]
public static string Theme { get; set; }
#Property Value
Type |
---|
String |
See Also