Back to Devexpress

HtmlHelperExtension.DevExpress(HtmlHelper) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-ui-dot-htmlhelperextension-dot-devexpress-x28-system-dot-web-dot-mvc-dot-htmlhelper-x29.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public static ExtensionsFactory DevExpress(
    this HtmlHelper helper
)
vb
<ExtensionAttribute>
Public Shared Function DevExpress(
    helper As HtmlHelper
) As ExtensionsFactory

Parameters

NameTypeDescription
helperHtmlHelper

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

|

Returns

TypeDescription
ExtensionsFactory

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

|

See Also

HtmlHelperExtension Class

HtmlHelperExtension Members

DevExpress.Web.Mvc.UI Namespace