Skip to main content

HtmlHelperExtension.DevExpress<ModelType>(HtmlHelper<ModelType>) Method

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static ExtensionsFactory<ModelType> DevExpress<ModelType>(
    this HtmlHelper<ModelType> helper
)

Parameters

Name Type Description
helper HtmlHelper<ModelType>

A strongly typed HtmlHelper object representing the HTML helper instance that this method extends.

Type Parameters

Name
ModelType

Returns

Type Description
ExtensionsFactory<ModelType>

An ExtensionsFactory object containing strongly typed helper methods to render DevExpress MVC extensions.

See Also