Skip to main content
JS

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

HtmlHelperExtensions.DevExtreme(IHtmlHelper) Method

Initializes a new widget factory.

Namespace: DevExtreme.AspNet.Mvc

Assembly: DevExtreme.AspNet.Core.dll

#Declaration

C#
public static WidgetFactory<object> DevExtreme(
    this IHtmlHelper html
)

#Parameters

Name Type Description
html IHtmlHelper

An IHtmlHelper instance that this method extends.

#Returns

Type Description
WidgetFactory<Object>

An instance of WidgetFactory<TModel>.

#Remarks

Refer to Create a Control for more information.

See Also