CardViewBuilder<T>.CardTemplate(RazorBlock) Method
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewBuilder<T> CardTemplate(
RazorBlock templateContent
)
Parameters
| Name | Type |
|---|---|
| templateContent | RazorBlock |
Returns
| Type |
|---|
| CardViewBuilder<T> |
See Also