HtmlHelperExtensions.DevExtreme<TModel>(IHtmlHelper<TModel>) Method
In This Article
Initializes a new widget factory in a strongly-typed page.
Namespace: DevExtreme.AspNet.Mvc
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public static WidgetFactory<TModel> DevExtreme<TModel>(
this IHtmlHelper<TModel> html
)
#Parameters
Name | Type | Description |
---|---|---|
html | IHtml |
An IHtml |
#Type Parameters
Name | Description |
---|---|
TModel | A model type. |
#Returns
Type | Description |
---|---|
Widget |
An instance of Widget |
#Remarks
Refer to Create a Control for more information.
See Also