HtmlHelperExtension.DevExpress(HtmlHelper) Method
Provides access to helper methods allowing you to render individual DevExpress ASP.NET MVC extensions.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| helper | HtmlHelper | A HtmlHelper object representing the HTML helper instance that this method extends. |
Returns
| Type | Description |
|---|---|
| ExtensionsFactory | An ExtensionsFactory object containing helper methods to render DevExpress MVC extensions. |
See Also