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.v23.1.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