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

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.v18.2.dll

Declaration

[Obsolete("Use the HtmlHelper.DevExpress() method instead.", true)]
public static ExtensionsFactory Instance { get; }

Property Value

Type
ExtensionsFactory
See Also