HtmlHelperExtensions.DevExtreme(IHtmlHelper) Method
Initializes a new widget factory.
Namespace: DevExtreme.AspNet.Mvc
Assembly: DevExtreme.AspNet.Core.dll
Declaration
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