HtmlHelperExtension.DevExpress<ModelType>(HtmlHelper<ModelType>) Method
In This Article
Provides access to strongly typed helper methods allowing you to render individual DevExpress ASP.NET MVC extensions.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static ExtensionsFactory<ModelType> DevExpress<ModelType>(
this HtmlHelper<ModelType> helper
)
#Parameters
Name | Type | Description |
---|---|---|
helper | Html |
A strongly typed Html |
#Type Parameters
Name |
---|
Model |
#Returns
Type | Description |
---|---|
Extensions |
An Extensions |
See Also