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