HtmlHelperExtensions.DevExtreme(IHtmlHelper) Method
In This Article
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 | IHtml |
An IHtml |
#Returns
Type | Description |
---|---|
Widget |
An instance of Widget |
#Remarks
Refer to Create a Control for more information.
See Also