Class EJ2For<TModel>
Inherited Members
Namespace: Syncfusion.EJ2
Assembly: Syncfusion.EJ2.dll
Syntax
public class EJ2For<TModel> : EJ2
Type Parameters
Name | Description |
---|---|
TModel |
Constructors
EJ2For(IHtmlHelper<TModel>)
Declaration
public EJ2For(IHtmlHelper<TModel> htmlhelper)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<TModel> | htmlhelper |
Properties
htmlHelper
Declaration
public IHtmlHelper<TModel> htmlHelper { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<TModel> |