ExtensionsFactory.Instance Property
OBSOLETE
Use the HtmlHelper.DevExpress() method instead.
Specifies an instance of the ExtensionsFactory class.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
[Obsolete("Use the HtmlHelper.DevExpress() method instead.", true)]
public static ExtensionsFactory Instance { get; }
Property Value
Type |
---|
ExtensionsFactory |
See Also