HtmlHelperExtension.DevExpress(HtmlHelper) Method
In This Article
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
#Declaration
public static ExtensionsFactory DevExpress(
this HtmlHelper helper
)
#Parameters
Name | Type | Description |
---|---|---|
helper | Html |
A Html |
#Returns
Type | Description |
---|---|
Extensions |
An Extensions |
See Also